aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2024-07-17 13:47:59 -0400
committerJoe Kappus <joe@wt.gd>2024-07-17 13:47:59 -0400
commit84aa1908bc5e586c8cec49801a93ac1e86358547 (patch)
treed09ac2e8afe54a5457b22e760dab9fbd339a5b27 /app-admin
parentapp-editors/emacs-lsp-booster: add 0.2.1, drop 0.2.0 (diff)
downloadguru-84aa1908bc5e586c8cec49801a93ac1e86358547.tar.gz
guru-84aa1908bc5e586c8cec49801a93ac1e86358547.tar.bz2
guru-84aa1908bc5e586c8cec49801a93ac1e86358547.zip
app-admin/agru: new package, add 0.1.10
Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/agru/Manifest2
-rw-r--r--app-admin/agru/agru-0.1.10.ebuild25
-rw-r--r--app-admin/agru/metadata.xml12
3 files changed, 39 insertions, 0 deletions
diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest
new file mode 100644
index 000000000..21ace448a
--- /dev/null
+++ b/app-admin/agru/Manifest
@@ -0,0 +1,2 @@
+DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771
+DIST agru-0.1.10.tar.gz 88805 BLAKE2B 1dcf24b7b4f1bd5916b4d84423f7f7849906a27ef6473da8f36bd22079a9c194ab4688d42785d0c7baa004daff64e46e71bdd69ff257127483d2cc25c305665a SHA512 6b7a406bbd202277ac54c2ba22708dfcea1e2b7ff44a2dd345c70817927b0be1f974d68b02a2955b368c9c4e2b11b512fca3b99b0a41f7df55720fc404abbc5b
diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild
new file mode 100644
index 000000000..85dbdc073
--- /dev/null
+++ b/app-admin/agru/agru-0.1.10.ebuild
@@ -0,0 +1,25 @@
+EAPI=7
+inherit go-module
+
+DESCRIPTION="A tool for managing GitLab groups and projects"
+HOMEPAGE="https://gitlab.com/etke.cc/tools/agru"
+SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz
+ https://xwaretech.info/agru-${PV}-deps.tar.xz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="mirror strip"
+
+S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39"
+
+src_compile() {
+ cd "${S}/cmd/agru" || die
+ ego build -o agru || die
+}
+
+src_install() {
+ cd "${S}/cmd/agru" || die
+ dobin agru
+}
diff --git a/app-admin/agru/metadata.xml b/app-admin/agru/metadata.xml
new file mode 100644
index 000000000..0676e5acb
--- /dev/null
+++ b/app-admin/agru/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <bugs-to>https://gitlab.com/etke.cc/tools/agru/-/issues</bugs-to>
+ <remote-id type="gitlab">etke.cc/tools/agru</remote-id>
+ </upstream>
+</pkgmetadata>