diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /sec-keys/minisig-keys-zig-software-foundation | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'sec-keys/minisig-keys-zig-software-foundation')
| -rw-r--r-- | sec-keys/minisig-keys-zig-software-foundation/metadata.xml | 17 | ||||
| -rw-r--r-- | sec-keys/minisig-keys-zig-software-foundation/minisig-keys-zig-software-foundation-20240330.ebuild | 21 |
2 files changed, 38 insertions, 0 deletions
diff --git a/sec-keys/minisig-keys-zig-software-foundation/metadata.xml b/sec-keys/minisig-keys-zig-software-foundation/metadata.xml new file mode 100644 index 000000000000..c75975502d74 --- /dev/null +++ b/sec-keys/minisig-keys-zig-software-foundation/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>bratishkaerik@landless-city.net</email> + <name>Eric Joldasov</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <stabilize-allarches /> + <upstream> + <bugs-to>https://github.com/ziglang/zig/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/sec-keys/minisig-keys-zig-software-foundation/minisig-keys-zig-software-foundation-20240330.ebuild b/sec-keys/minisig-keys-zig-software-foundation/minisig-keys-zig-software-foundation-20240330.ebuild new file mode 100644 index 000000000000..e562dce59bdc --- /dev/null +++ b/sec-keys/minisig-keys-zig-software-foundation/minisig-keys-zig-software-foundation-20240330.ebuild @@ -0,0 +1,21 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Minisign keys used by Zig Software Foundation" + +HOMEPAGE="https://ziglang.org/download/" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +src_install() { + insinto /usr/share/minisig-keys + # Key can be found at ebuild's HOMEPAGE. + newins - zig-software-foundation.pub <<-EOF + RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U + EOF +} |
