summaryrefslogtreecommitdiff
path: root/community/fb-client
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fb-client
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fb-client')
-rw-r--r--community/fb-client/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD
deleted file mode 100644
index cc7bb712c..000000000
--- a/community/fb-client/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
-
-pkgname=fb-client
-pkgver=1.1.4
-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=('e0b3bde72fb416fd10550cac829758bd'
- 'SKIP')
-
-build() {
- cd "$srcdir/fb-$pkgver"
-
- make
-}
-
-package() {
- cd "$srcdir/fb-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: