commit: a92b673b15e60580f0593e0be593fce05a82d1fd Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Wed Aug 27 21:48:04 2025 +0000 Commit: Joe Kappus <joe <AT> wt <DOT> gd> CommitDate: Wed Aug 27 21:48:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a92b673b
dev-vcs/ghorg: new package, add 1.11.0 Signed-off-by: Joe Kappus <joe <AT> wt.gd> dev-vcs/ghorg/Manifest | 2 ++ dev-vcs/ghorg/ghorg-1.11.0.ebuild | 30 ++++++++++++++++++++++++++++++ dev-vcs/ghorg/metadata.xml | 11 +++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-vcs/ghorg/Manifest b/dev-vcs/ghorg/Manifest new file mode 100644 index 0000000000..8d38e71042 --- /dev/null +++ b/dev-vcs/ghorg/Manifest @@ -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 diff --git a/dev-vcs/ghorg/ghorg-1.11.0.ebuild b/dev-vcs/ghorg/ghorg-1.11.0.ebuild new file mode 100644 index 0000000000..f6e3ed36f6 --- /dev/null +++ b/dev-vcs/ghorg/ghorg-1.11.0.ebuild @@ -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 +} diff --git a/dev-vcs/ghorg/metadata.xml b/dev-vcs/ghorg/metadata.xml new file mode 100644 index 0000000000..ea03e33c5d --- /dev/null +++ b/dev-vcs/ghorg/metadata.xml @@ -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>[email protected]</email> + <name>Joe Kappus</name> + </maintainer> + <upstream> + <remote-id type="github">gabrie30/ghorg</remote-id> + </upstream> +</pkgmetadata>
