init
This commit is contained in:
commit
2d1677308f
22
PKGBUILD
Normal file
22
PKGBUILD
Normal 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')
|
Loading…
Reference in New Issue
Block a user