2
0
Fork 0
This repository has been archived on 2019-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
debian-archive-keyring/PKGBUILD

20 lines
600 B
Bash
Raw Normal View History

2017-06-28 10:35:58 +03:00
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
2013-08-09 18:10:40 +03:00
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname=debian-archive-keyring
2017-06-28 10:35:58 +03:00
pkgver=2017.5
pkgrel=1
2013-08-09 18:10:40 +03:00
pkgdesc="GnuPG archive keys of the Debian archive"
arch=('any')
2017-06-28 10:35:58 +03:00
url="http://packages.debian.org/stretch/debian-archive-keyring"
2013-08-09 18:10:40 +03:00
license=('GPL')
depends=('gnupg')
2017-06-28 10:35:58 +03:00
source=("https://deb.debian.org/debian/pool/main/d/debian-archive-keyring/${pkgname}_${pkgver}_all.deb")
sha256sums=('6a38407c47fefad2d8459dc271d109f1841ee857f993ed3ce2884e33f7f0f734')
2013-08-09 18:10:40 +03:00
package() {
tar xvf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
2013-08-09 18:10:40 +03:00
}
# vim:set ts=2 sw=2 et: