mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
net-im/discordo: update 9999
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
@@ -35,16 +35,23 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
|
|
||||||
|
# echo "# dependency licenses:"; printf 'LICENSES+=" '
|
||||||
|
# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort --unique | tr '\n' ' '; echo '"'
|
||||||
|
|
||||||
|
# dependency licenses:
|
||||||
|
LICENSES+=" Apache-2.0 BSD-2-Clause BSD-3-Clause GPL-3.0 ISC MIT "
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
>=dev-lang/go-1.25
|
>=dev-lang/go-1.25.3
|
||||||
x11-libs/libnotify
|
x11-libs/libnotify
|
||||||
"
|
"
|
||||||
|
|
||||||
DOCS=( README.md internal/config/config.toml )
|
DOCS=( README.md internal/config/config.toml )
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
ego build -o "bin/$PN"
|
CGO_ENABLED=0 ego build -o "bin/$PN"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user