commit: 81bfdc3debaf5ed6a35d6ec0bb67f019012edf0f
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Tue Nov 18 12:53:02 2025 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Tue Nov 18 13:27:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81bfdc3d
net-im/discordo: update LICENSE; add logic to install docs
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
net-im/discordo/discordo-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net-im/discordo/discordo-9999.ebuild
b/net-im/discordo/discordo-9999.ebuild
index 873319b352..faa721d554 100644
--- a/net-im/discordo/discordo-9999.ebuild
+++ b/net-im/discordo/discordo-9999.ebuild
@@ -34,17 +34,20 @@ else
fi
fi
-LICENSE="MIT"
+LICENSE="GPL-3"
SLOT="0"
BDEPEND="
>=dev-lang/go-1.25
x11-libs/libnotify
"
+DOCS=( README.md internal/config/config.toml )
+
src_compile() {
ego build -o "bin/$PN"
}
src_install() {
dobin "bin/$PN"
+ einstalldocs
}