19 lines
579 B
Text
19 lines
579 B
Text
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=ptrcports-keys
|
|
pkgver=1
|
|
pkgrel=0
|
|
pkgdesc="nice keys"
|
|
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
source="alpine@ptrcnull.me-60610fa4.rsa.pub"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm644 alpine@ptrcnull.me-60610fa4.rsa.pub -t "$pkgdir"/etc/apk/keys
|
|
}
|
|
|
|
sha512sums="
|
|
3cbb2490d474d1e3f19d4a8256c4160f4f92d016de6e1ea321c7240d8e0a86af9c2eac5284139eb1278712fc9ce7373d09dd3f1846b89ce57078794b3dc0b4c6 alpine@ptrcnull.me-60610fa4.rsa.pub
|
|
"
|