app-admin/agru - 0.1.20 (guru)

Search

Install

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

Package Information

Description:
A tool for managing GitLab groups and projects
Homepage:
https://github.com/etkecc/agru
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1.20 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.25.0

Manifest for 0.1.20

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