summaryrefslogtreecommitdiff
path: root/community/fb-client/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fb-client/PKGBUILD')
-rw-r--r--community/fb-client/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD
new file mode 100644
index 000000000..fc997509f
--- /dev/null
+++ b/community/fb-client/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
+pkgname=fb-client
+pkgver=0.7.1
+pkgrel=2
+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)
+
+build() {
+ cd "$srcdir/fb-$pkgver"
+
+ make
+}
+
+package() {
+ cd "$srcdir/fb-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/fb/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('a14be40bb23986c45a26b3cdb56d04f6')