blob: fc4bc7ee7cb84b3f20f4a7163e104697a82cb859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: Stephan Springer <buzo+arch@Lini.de>
# Contributor: Michael DeGuzis <mdeguzis@gmail.com>
pkgname=debian-keyring
pkgver=2021.06.25
pkgrel=1
pkgdesc="GnuPG keys for Debian (non-archive)"
arch=(any)
url=https://keyring.debian.org/
license=(GPL)
depends=(gnupg)
source=("https://httpredir.debian.org/debian/pool/main/d/debian-keyring/${pkgname}_${pkgver}_all.deb")
sha256sums=('4aee3db5e735103ad24d25d025f53498fc394edca13beec80e83dc4551e853fc')
package() {
bsdtar -xf "$srcdir/data.tar.xz" -C "$pkgdir"
}
|