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

Felix Yan felixonmars at archlinux.org
Sun Jan 14 17:02:14 UTC 2018


    Date: Sunday, January 14, 2018 @ 17:02:14
  Author: felixonmars
Revision: 282191

archrelease: copy trunk to community-any

Added:
  percol/repos/community-any/
  percol/repos/community-any/PKGBUILD
    (from rev 282190, percol/trunk/PKGBUILD)

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

Copied: percol/repos/community-any/PKGBUILD (from rev 282190, percol/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-01-14 17:02:14 UTC (rev 282191)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Fabien Dubosson <fabien.dubosson at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=percol
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell"
+arch=('any')
+depends=('python2-six')
+makedepends=('python2-setuptools')
+optdepends=('python2-cmigemo: for migemo support')
+url="https://github.com/mooz/percol"
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mooz/${pkgname}/archive/v$pkgver.tar.gz")
+sha256sums=('75056ba1fe190ae4c728e68df963c0e7d19bfe5a85649e51ae4193d4011042f9')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list