diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-17 21:18:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-17 21:19:21 +0200 |
commit | 63c8deb791bc6f4399ff1038a7f68a41476f1683 (patch) | |
tree | 6b7bf524afc91570bcefbb150ee167683aafedcf /app-portage | |
parent | net-misc/electrum: Bump to 4.4.6 (diff) | |
download | gentoo-63c8deb791bc6f4399ff1038a7f68a41476f1683.tar.gz gentoo-63c8deb791bc6f4399ff1038a7f68a41476f1683.tar.bz2 gentoo-63c8deb791bc6f4399ff1038a7f68a41476f1683.zip |
app-portage/getuto: new package, add 1.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/getuto/Manifest | 1 | ||||
-rw-r--r-- | app-portage/getuto/getuto-1.0.ebuild | 25 | ||||
-rw-r--r-- | app-portage/getuto/metadata.xml | 13 |
3 files changed, 39 insertions, 0 deletions
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>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> |