# Based on the file created for Arch Linux by: # Pierre Schmitz # Maintainer : Philip Müller # Maintainer : Guillaume Benoit pkgname=manjaro-keyring pkgver=20200603 pkgrel=1 pkgdesc='Manjaro PGP keyring' arch=('any') url='http:/manjaro.org' license=('GPL') install="${pkgname}.install" source=('Makefile' 'manjaro.gpg' 'manjaro-revoked' 'manjaro-trusted') sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP') package() { cd "${srcdir}" make PREFIX=/usr DESTDIR=${pkgdir} install }