Keyring: merge keys via gpg import/export, pkgrel 2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgname=omarchycn-keyring
|
pkgname=omarchycn-keyring
|
||||||
pkgver=20260824
|
pkgver=20260824
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="OmarchyCN PGP keyring: package registry and release signing keys"
|
pkgdesc="OmarchyCN PGP keyring: package registry and release signing keys"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://git.zacharyzhang.com/ZacharyZhang-NY/omarchycn"
|
url="https://git.zacharyzhang.com/ZacharyZhang-NY/omarchycn"
|
||||||
@@ -10,7 +10,10 @@ source=(omarchycn-registry.key omarchycn-release.key omarchycn-trusted)
|
|||||||
sha256sums=(SKIP SKIP SKIP)
|
sha256sums=(SKIP SKIP SKIP)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cat omarchycn-registry.key omarchycn-release.key | gpg --dearmor > omarchycn.gpg
|
export GNUPGHOME="$srcdir/gnupg"
|
||||||
|
mkdir -p -m700 "$GNUPGHOME"
|
||||||
|
gpg --import omarchycn-registry.key omarchycn-release.key
|
||||||
|
gpg --export > omarchycn.gpg
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user