# Contributor: Florian "Bluewind" Pritz pkgname=fb-client pkgver=0.6.1 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('any') url="http://paste.xinu.at" license=('custom:WTFPLv2') depends=('curl') optdepends=('xclip: for automatically copying the URL into the clipboard') source=("http://paste.xinu.at/data/client/fb-${pkgver}" "http://paste.xinu.at/data/client/COPYING") build() { cd "$srcdir" install -Dm755 fb-${pkgver} "$pkgdir/usr/bin/fb" install -Dm644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" } # vim:set ts=2 sw=2 et: md5sums=('5686e5a439f098a5d724f0cd399cf98e' 'dcd8c4d69ca6c3eba9bee2599456e4ac') sha1sums=('af245f1462a78c3f9d35950b43e4f8ff757d26a9' '497e6c7df473efe197c4f1450348dd0e893c706e')