summaryrefslogtreecommitdiff
path: root/app-portage/getuto
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-17 21:33:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-17 21:33:19 +0100
commit19e23b194d10e420ec050c4d8a6253aad17694b1 (patch)
tree44ef9c9c2f5433a2251428352e4c9afb877e2500 /app-portage/getuto
parentc74abf990d32765245eeb94b36ad4af642cae8c0 (diff)
gentoo auto-resync : 17:08:2023 - 21:33:19
Diffstat (limited to 'app-portage/getuto')
-rw-r--r--app-portage/getuto/Manifest3
-rw-r--r--app-portage/getuto/getuto-1.0.ebuild25
-rw-r--r--app-portage/getuto/metadata.xml13
3 files changed, 41 insertions, 0 deletions
diff --git a/app-portage/getuto/Manifest b/app-portage/getuto/Manifest
new file mode 100644
index 000000000000..cccce0acad4e
--- /dev/null
+++ b/app-portage/getuto/Manifest
@@ -0,0 +1,3 @@
+DIST getuto-1.0.tar.gz 8218 BLAKE2B 9579bce48cb746db6aabe13b1e809ec73ddd1ea6ed859bbe5b6b860659a2e3747dc8f408c67531854ba6b7f4aa6fc31ac788122eb30d2100213176777d2ca4b3 SHA512 b6de03eef95802d678504321f37093a491a17673ae31b03834bc29a85815aab593fd7e2fe396ac21b83e804939932557c99e69d94d0599e2dbbfb410e1708e2e
+EBUILD getuto-1.0.ebuild 590 BLAKE2B 00e48ef386b9ec3b1fdf6cdf546d152f2e2bf6d48c7ca10b2c7c2a0db6a779547a875f6e22d7b48cd659857c8a9b2234601c2523ed4c00ff5e648426509cd586 SHA512 a3aabe83e272890e86d346866f21d1895655402460495e5ea3b923f115c6aefbde17f05ca984b421ca16828e79fe3cccb3a67528f7465ba9ccbc55dde7b8df40
+MISC metadata.xml 425 BLAKE2B 6a845151ac6cdf4d0b6f924542f94161cc773483b9251bfa84560061b19ff59649bf3af875ddc69a372b05d818148001125a63a730c03a46207c5985ab26fe01 SHA512 a43b44b1af19d8e377a3df613ee757c34d60f444adeeabbe79d0703b68233a981eba4951520b3a07db598c74e4fc9ad8b50e50055d95d42ccba737108233480b
diff --git a/app-portage/getuto/getuto-1.0.ebuild b/app-portage/getuto/getuto-1.0.ebuild
new file mode 100644
index 000000000000..0859ddebd571
--- /dev/null
+++ b/app-portage/getuto/getuto-1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SRC_URI="https://github.com/akhuettel/${PN}/archive/refs/tags/${P}.tar.gz"
+DESCRIPTION="Stand-alone gentoo install trust anchor generation tool"
+HOMEPAGE="
+ https://github.com/akhuettel/getuto/
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ app-crypt/gnupg
+ sec-keys/openpgp-keys-gentoo-release
+"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_install() {
+ dobin getuto
+}
diff --git a/app-portage/getuto/metadata.xml b/app-portage/getuto/metadata.xml
new file mode 100644
index 000000000000..06daec028494
--- /dev/null
+++ b/app-portage/getuto/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Hüttel</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <bugs-to>https://github.com/akhuettel/getuto/issues/</bugs-to>
+ <remote-id type="github">akhuettel/getuto</remote-id>
+ </upstream>
+</pkgmetadata>