Files
guru/dev-vcs/ghorg/ghorg-1.11.0.ebuild
Joe Kappus 07d552b2cb dev-vcs/ghorg: remove unnecessary DEPEND/RDEPEND
Thanks for feedback from stkw0!

Signed-off-by: Joe Kappus <joe@wt.gd>
2025-08-28 13:46:50 -04:00

26 lines
511 B
Bash

# Copyright 1999-2025 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
http://joecool.ftfuchs.com/godeps/${P}-vendor.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
src_compile() {
ego build
}
src_install() {
dobin ${PN}
default
}