# Maintainer: Florian "Bluewind" Pritz pkgname=fb-client pkgver=1.0.3 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') url="http://paste.xinu.at" license=('GPL3') depends=('curl') optdepends=('xclip: for automatically copying the URL into the clipboard') source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) md5sums=('d228e2475eaf0141ecff7c7a18ef97a1' '69e60c7c20360262a5cf0b902c0219b2') build() { cd "$srcdir/fb-$pkgver" make } package() { cd "$srcdir/fb-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: