Files
guru/dev-vcs/ghorg/ghorg-1.11.11.ebuild
Joe Kappus c8fbbb42ab dev-vcs/ghorg: Update BDEPEND
fixes tinderbox QA bug.

Closes: https://bugs.gentoo.org/975872
Signed-off-by: Joe Kappus <joe@wt.gd>
2026-05-29 00:17:07 -04:00

28 lines
539 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Mass repository cloning tool for GitHub/GitLab/Bitbucket"
HOMEPAGE="https://github.com/gabrie30/ghorg"
SRC_URI="https://github.com/gabrie30/ghorg/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://xwaretech.info/godeps/${P}-vendor.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
BDEPEND=">=dev-lang/go-1.26.0"
src_compile() {
ego build
}
src_install() {
dobin ${PN}
default
}