[arch-commits] Commit in fb-client/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:10:47 UTC 2018


    Date: Friday, November 9, 2018 @ 23:10:46
  Author: felixonmars
Revision: 405174

archrelease: copy trunk to community-staging-any

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

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

Copied: fb-client/repos/community-staging-any/PKGBUILD (from rev 405173, fb-client/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:10:46 UTC (rev 405174)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.0.3
+pkgrel=2
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at"
+license=('GPL3')
+depends=('python' 'python-pycurl' 'python-xdg')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('6aa62128941e0294d9ecc8f61be1239d'
+         '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