[arch-commits] Commit in fb-client/repos (community-any community-any/PKGBUILD)

Florian Pritz bluewind at archlinux.org
Mon Jul 4 22:18:10 UTC 2016


    Date: Monday, July 4, 2016 @ 22:18:10
  Author: bluewind
Revision: 182237

archrelease: copy trunk to community-any

Added:
  fb-client/repos/community-any/
  fb-client/repos/community-any/PKGBUILD
    (from rev 182236, fb-client/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: fb-client/repos/community-any/PKGBUILD (from rev 182236, fb-client/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-07-04 22:18:10 UTC (rev 182237)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at"
+license=('GPL3')
+depends=('python' 'python-pycurl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
+         'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list