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