# Maintainer: Florian "Bluewind" Pritz pkgname=fb-client pkgver=1.1 pkgrel=2 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64' 'mips64el') 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=('32551de21b82d2dbd1bb96ad2ecb5fc7' '04357f4b0d6a84f1de51e275220a042b') build() { cd "$srcdir/fb-$pkgver" make } package() { cd "$srcdir/fb-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: