[arch-commits] Commit in ranger/repos (community-i686 community-i686/PKGBUILD)

Jakob Gruber schuay at nymeria.archlinux.org
Sat Feb 23 09:56:43 UTC 2013


    Date: Saturday, February 23, 2013 @ 10:56:43
  Author: schuay
Revision: 84715

archrelease: copy trunk to community-i686

Added:
  ranger/repos/community-i686/
  ranger/repos/community-i686/PKGBUILD
    (from rev 84714, ranger/trunk/PKGBUILD)

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

Copied: ranger/repos/community-i686/PKGBUILD (from rev 84714, ranger/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-23 09:56:43 UTC (rev 84715)
@@ -0,0 +1,23 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
+
+pkgname=ranger
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+conflicts=('ranger-git')
+source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz")
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}
+
+md5sums=('6ff9aaf00f0ddafd4b0e2dbc9b634e23')




More information about the arch-commits mailing list