mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/cower 7-1
This commit is contained in:
parent
d38ff03107
commit
981b1b4227
1 changed files with 24 additions and 0 deletions
24
aur/cower/PKGBUILD
Normal file
24
aur/cower/PKGBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Maintainer: Dave Reisner <d@falconindy.com>
|
||||
|
||||
pkgname=cower
|
||||
pkgver=7
|
||||
pkgrel=1
|
||||
pkgdesc="A simple AUR agent with a pretentious name"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://github.com/falconindy/cower"
|
||||
license=('MIT')
|
||||
depends=('curl' 'yajl' 'pacman')
|
||||
makedepends=('perl')
|
||||
source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||
md5sums=('d046a8a5278eb2788c8fb4019455be32'
|
||||
'1cb4248bf4302bd152f69fff5ffaa457')
|
||||
|
||||
build() {
|
||||
make -C "$pkgname-$pkgver"
|
||||
}
|
||||
|
||||
package() {
|
||||
make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
# vim: ft=sh syn=sh
|
Loading…
Reference in a new issue