commit: 63c8deb791bc6f4399ff1038a7f68a41476f1683 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Aug 17 19:18:56 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Aug 17 19:19:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c8deb7
app-portage/getuto: new package, add 1.0 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-portage/getuto/Manifest | 1 + app-portage/getuto/getuto-1.0.ebuild | 25 +++++++++++++++++++++++++ app-portage/getuto/metadata.xml | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/app-portage/getuto/Manifest b/app-portage/getuto/Manifest new file mode 100644 index 000000000000..60dd545800a6 --- /dev/null +++ b/app-portage/getuto/Manifest @@ -0,0 +1 @@ +DIST getuto-1.0.tar.gz 8218 BLAKE2B 9579bce48cb746db6aabe13b1e809ec73ddd1ea6ed859bbe5b6b860659a2e3747dc8f408c67531854ba6b7f4aa6fc31ac788122eb30d2100213176777d2ca4b3 SHA512 b6de03eef95802d678504321f37093a491a17673ae31b03834bc29a85815aab593fd7e2fe396ac21b83e804939932557c99e69d94d0599e2dbbfb410e1708e2e 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>[email protected]</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>
