diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/agru/agru-0.1.10.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild index 6342b69b9..f26c3b03f 100644 --- a/app-admin/agru/agru-0.1.10.ebuild +++ b/app-admin/agru/agru-0.1.10.ebuild @@ -6,8 +6,10 @@ inherit go-module DESCRIPTION="A tool for managing GitLab groups and projects" HOMEPAGE="https://gitlab.com/etke.cc/tools/agru" + SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.bz2 -> ${P}.tar.bz2 - https://xwaretech.info/agru-${PV}-deps.tar.xz" +https://xwaretech.info/agru-${PV}-deps.tar.xz" + S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39" LICENSE="AGPL-3" |