dev-vcs/ghorg: new package, add 1.11.0

Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2025-08-27 17:48:04 -04:00
parent e213a1878d
commit a92b673b15
3 changed files with 43 additions and 0 deletions

2
dev-vcs/ghorg/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST ghorg-1.11.0-vendor.tar.xz 2352664 BLAKE2B 16d25ff3d8375e6802611f5b8479d36059d73a39ea7ac6e9d0b6c3ce67ff33ce6f4ec928e1310807bb7706abfa060d5191cdaacf924d0786f7640a3633909b61 SHA512 693d1bb495f2c29521fe73f7bcbb2a160fbb4678c6a55c9ddbcccc5c2faf2af306e97f1048b751936ba6f4a0d757852e7de631d6d0857079e141d1f6cdb4fa9d
DIST ghorg-1.11.0.tar.gz 4299775 BLAKE2B 81cca7a8631347f608a58b5c0dfb5b611d7df650046a437621430fcfaa35ff18e990337d6be8c20f4140462f9df83f9799dd0927b6be8a94d4e0df1c6c697a5c SHA512 5bab15aa6549873275b392810c7ae95952d440f60f82a2eacc384797607f81e1a1d84e29b7d8aeafe69c5288131d14d8fc845cc451b846dc1fdddb1a36c901e9

View File

@@ -0,0 +1,30 @@
# 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"
DEPEND="
dev-lang/go:=
"
RDEPEND="${DEPEND}"
src_compile() {
ego build
}
src_install() {
dobin ${PN}
default
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>joe@wt.gd</email>
<name>Joe Kappus</name>
</maintainer>
<upstream>
<remote-id type="github">gabrie30/ghorg</remote-id>
</upstream>
</pkgmetadata>