[arch-commits] Commit in ranger/repos (community-x86_64 community-x86_64/PKGBUILD)
Jakob Gruber
schuay at nymeria.archlinux.org
Sat Feb 23 09:56:48 UTC 2013
Date: Saturday, February 23, 2013 @ 10:56:48
Author: schuay
Revision: 84717
archrelease: copy trunk to community-x86_64
Added:
ranger/repos/community-x86_64/
ranger/repos/community-x86_64/PKGBUILD
(from rev 84715, ranger/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: ranger/repos/community-x86_64/PKGBUILD (from rev 84715, ranger/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-02-23 09:56:48 UTC (rev 84717)
@@ -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