This commit is contained in:
Jack L. Frost 2015-06-01 16:15:16 +03:00
commit 2d1677308f
1 changed files with 22 additions and 0 deletions

22
PKGBUILD Normal file
View File

@ -0,0 +1,22 @@
# Maintainer: Jack Frost <fbt@fleshless.org>
pkgname='prm'
pkgdesc='A simple AUR/ABS downloader.'
license=( 'ISC' )
pkgver=3.1
pkgrel=1
arch=( 'any' )
replaces=( zpac )
url='https://github.com/fbt/prm'
depends=( 'subversion' 'curl' 'bash' 'jshon' )
source=( "https://github.com/fbt/prm/archive/v${pkgver}.zip" )
package() {
cd "$srcdir/$pkgname-$pkgver"
install -Dm755 prm "${pkgdir}/usr/bin/prm"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha1sums=('4ebf3bffe3580cdec7258ec52c822c3b2ee2d7e1')