net-im/endcord-bin: add 1.5.0

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-06-29 20:58:16 -03:00
parent bc50cdfa05
commit 84bc8d63c8
2 changed files with 51 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST endcord-1.4.0-linux.tar.gz 65895992 BLAKE2B e6d07d863bce3c0f76ba0d3afeaf6a02516cdbd91f0448530092ff576fe4072c6f1e2c3034a4d04cc17a7eff92ceeaacec76f971b479e83759dfcf609dd2fc34 SHA512 90cacd0743618cab42f50ed7c3ed3a99a9135cc65a5ec9df574959e0024cdf1b3aaf14834e2000b6bc0805d2f60e6e545444778cd8a488fae1157c070f36d890
DIST endcord-1.4.1-linux.tar.gz 62733570 BLAKE2B 4448ad38034562791eb64efbbb3d50c729cdc6bab13e5cc76a524b49c3034a2b86e94d0c87f807d48766d1cfd9b05f36c2810e3bb47140cccef10c7d847fc9c4 SHA512 0b57f0b82808ab65c728c5726d0361f4536419d29167df0ce435e50c8168e2bd9ebde66a7b9f396d7940e089e0ff8b2d05600636244828d6e993d1d554ee65fa
DIST endcord-1.4.2-linux.tar.gz 65290570 BLAKE2B c0777495dcd80a27b684217043635cd3640131ec91e8380cd52e33b4111a78a1547a6bd5221e488fea1547393f4b31e50754ea5d08daa2cfa11ad4bcbd25358d SHA512 7fa66339e4eb968b4ee9f35d8815cbe177f68c531ee93914eecbb2e67649e6f2fcc8624f5ed6aedb049a05f15e99d64540ba92a08187155ffa26060f9cd92dd7
DIST endcord-1.5.0-linux.tar.gz 52500815 BLAKE2B bc9133303f1d497369b990e41b107221189916944909ae9f6a2c8cd457c57d6e122c7c470e09ec235f205ef1516722e1ec3b81d00d882d78c46eea69bb8777e7 SHA512 115045455cf343629fb3d84c730614d877541f0602725cb7bd05e98f475b7661f0199f4d5c8ce495f38b92051f22c29932c6abc081924257e854361bdab06348

View File

@@ -0,0 +1,50 @@
# 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="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
}