net-im/endcord-bin: add 1.5.2

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-07-14 21:11:52 -03:00
parent ec6b063e49
commit 098fc23720
2 changed files with 55 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST endcord-1.4.2-linux.tar.gz 65290570 BLAKE2B c0777495dcd80a27b684217043635cd3640131ec91e8380cd52e33b4111a78a1547a6bd5221e488fea1547393f4b31e50754ea5d08daa2cfa11ad4bcbd25358d SHA512 7fa66339e4eb968b4ee9f35d8815cbe177f68c531ee93914eecbb2e67649e6f2fcc8624f5ed6aedb049a05f15e99d64540ba92a08187155ffa26060f9cd92dd7
DIST endcord-1.5.0-linux.tar.gz 52548308 BLAKE2B 932e38cfd018f009742a137d7b9f6ef0bb581644cb6c56fc45a173a0b9e6642db59328a0f57bd36c98bd4acc08c4872fa73824d966055899a90cc72b7c44aa3e SHA512 a672800fc7552bc85d804c823ee7375723e16102bc75a1f45c4b823c3f3d250cc079d6b5fc6eb174a424e81ab947ddeac76cfada09801105db2fdacff76a2fee
DIST endcord-1.5.1-linux.tar.gz 52804389 BLAKE2B 8532e024d7ca05507530991c6434dd18ab6afc4bf7939ffbaf135c3120ade6c2958f0df3b4b35ff60410fce15445eb09dffbb88ffdbbb407fae737c70cc7b283 SHA512 4a5d0e7450c920809a21e12968f62551d20238838ea5ba2b68418b19c208d5da19ec4810e452a149878a6affc1c6efa70d42c5e97021a843288b468d1e12cd51
DIST endcord-1.5.2-linux.tar.gz 52679066 BLAKE2B 2b17008ab7445d7e468699c35d43804b2f78b38f9041cb1f28ee2f259f1f8f04e4d02f55ce4eed40e785bd50a49c5f6bc036e66f184135dffa2505ed6b94171d SHA512 e416ec477245e9e57d13e685c562a03fd38bf4a957aa6856ffb70f86f49bf43ac010fcb5aa8826aeddd9321227df30811396366806e224cedc12177b76893134

View File

@@ -0,0 +1,54 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature
DESCRIPTION="Feature rich Discord TUI client"
HOMEPAGE="https://github.com/sparklost/endcord"
SRC_URI="
amd64? (
https://github.com/sparklost/endcord/releases/download/${PV}/endcord-${PV}-linux.tar.gz
)
"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT=0
KEYWORDS="-* ~amd64"
RESTRICT="strip"
QA_PREBUILT="usr/bin/endcord-bin"
src_install() {
newbin endcord endcord-bin
}
pkg_postinst() {
optfeature "clipboard support on X11" x11-misc/xclip
optfeature "clipboard support on Wayland" gui-apps/wl-clipboard
optfeature "file dialog when uploading" \
app-misc/yazi \
gnome-extra/zenity \
kde-apps/kdialog
optfeature "spellchecking (requires aspell dictionary such as aspell-en)" \
app-text/aspell
optfeature "install and update extensions from other sources" \
dev-vcs/git
optfeature "YouTube support" net-misc/yt-dlp
optfeature "play YouTube videos in native player (non-ASCII support)" media-video/mpv
optfeature "store token in system keyring" app-crypt/libsecret virtual/secret-service
optfeature "round notification images" media-gfx/imagemagick
optfeature "tray support under wayland" dev-libs/libayatana-appindicator
}