# Maintainer: Morten Linderud <foxboron@archlinux.org>

pkgname=archlinux-contrib
pkgver=20190911
pkgrel=1
pkgdesc='Collection of contrib scripts used in Arch Linux'
arch=('any')
license=('GPL')
url='https://github.com/archlinux/contrib'
depends=('python')
optdepends=('python-requests: for security tracker')
source=("https://github.com/archlinux/contrib/releases/download/20190911/contrib-20190911.tar.gz"{,.sig})
validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
            'SKIP')

package() {
  cd contrib-${pkgver}
  make PREFIX=/usr DESTDIR="${pkgdir}" install
}

# vim: ts=2 sw=2 et:
