mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-vcs/ghorg: add 1.11.11, drop 1.11.9, update BDEPEND
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
27
dev-vcs/ghorg/ghorg-1.11.11.ebuild
Normal file
27
dev-vcs/ghorg/ghorg-1.11.11.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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.25.0"
|
||||
|
||||
src_compile() {
|
||||
ego build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user