updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / npaste-client / PKGBUILD
blobeae6e89b51d176bb08c6dac969605073cf33ea48
1 # Contributor: Nils Schweinsberg <mail@n-sch.de>
2 pkgname=npaste-client
3 pkgver=0.2
4 pkgrel=1
5 pkgdesc="client for the npaste.de pastebin"
6 arch=('i686' 'x86_64')
7 url="http://npaste.de"
8 license=('NONE')
9 depends=('curl')
10 source=(http://npaste.de/client/${CARCH}/np)
11 [ "${CARCH}" == 'i686'   ] && md5sums=('23ef8521c35443dfef28133d7bb29bf0')
12 [ "${CARCH}" == 'x86_64' ] && md5sums=('5ba18cf835415853bb54da58cc5f7e42')
14 build() {
15   cd "$srcdir"
16   install -D -m755 np $pkgdir/usr/bin/npaste