Install this version:
emerge -a =app-admin/agru-0.1.20
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/agru-0.1.20
Or alternatively:
emerge --autounmask-write -a =app-admin/agru-0.1.20
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="A tool for managing GitLab groups and projects"
HOMEPAGE="https://github.com/etkecc/agru"
SRC_URI="
https://github.com/etkecc/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://xwaretech.info/godeps/agru-${PV}-deps.tar.xz
"
BDEPEND=">=dev-lang/go-1.25.0"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_compile() {
cd "${S}/cmd/agru" || die
ego build -o agru
}
src_install() {
cd "${S}/cmd/agru" || die
dobin agru
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | agru-0.1.20-deps.tar.xz | 5471556 bytes | https://xwaretech.info/godeps/agru-0.1.20-deps.tar.xz |
| DIST | agru-0.1.20.tar.gz | 1676831 bytes | https://github.com/etkecc/agru/archive/refs/tags/v0.1.20.tar.gz |