diff options
Diffstat (limited to 'community/fb-client/PKGBUILD')
-rw-r--r-- | community/fb-client/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD deleted file mode 100644 index c04a69221..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.3 -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=('6d05a1ebe50fa2c00c03fa41195bdf48' - 'SKIP') - -build() { - cd "$srcdir/fb-$pkgver" - - make -} - -package() { - cd "$srcdir/fb-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |