# Maintainer: Florian "Bluewind" Pritz pkgname=fb-client pkgver=1.0.5 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=('7e9a5436b138f67c6b75209034d8a729' '816da30af8582407adf9701890257b8d') build() { cd "$srcdir/fb-$pkgver" make } package() { cd "$srcdir/fb-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: