summaryrefslogtreecommitdiffstats
path: root/fb-client
diff options
context:
space:
mode:
Diffstat (limited to 'fb-client')
-rw-r--r--fb-client/.gitignore1
-rw-r--r--fb-client/COPYING13
-rw-r--r--fb-client/PKGBUILD21
3 files changed, 0 insertions, 35 deletions
diff --git a/fb-client/.gitignore b/fb-client/.gitignore
deleted file mode 100644
index d29844a..0000000
--- a/fb-client/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-fb-*
diff --git a/fb-client/COPYING b/fb-client/COPYING
deleted file mode 100644
index 351d0fb..0000000
--- a/fb-client/COPYING
+++ /dev/null
@@ -1,13 +0,0 @@
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004
-
- 14 rue de Plaisance, 75014 Paris, France
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. You just DO WHAT THE FUCK YOU WANT TO.
-
diff --git a/fb-client/PKGBUILD b/fb-client/PKGBUILD
deleted file mode 100644
index e1bbba6..0000000
--- a/fb-client/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
-pkgname=fb-client
-pkgver=0.6.7.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=('74699a89f5b06e09b1540e8bfe35a7c0'
- 'dcd8c4d69ca6c3eba9bee2599456e4ac')