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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:49:07 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:49:07
  Author: felixonmars
Revision: 660106

archrelease: copy trunk to community-staging-any

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

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

Copied: fb-client/repos/community-staging-any/PKGBUILD (from rev 660105, fb-client/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:49:07 UTC (rev 660106)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.0.4
+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=('869cae45c80271bfc0eb54a3f67e9026'
+         '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