New package: ranger (close #137).
This commit is contained in:
parent
ac3db589dd
commit
f883f3879a
1 changed files with 22 additions and 0 deletions
22
srcpkgs/ranger/template
Normal file
22
srcpkgs/ranger/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'ranger'
|
||||||
|
pkgname=ranger
|
||||||
|
version=1.6.1
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
|
makedepends="python-devel"
|
||||||
|
short_desc="File manager with an ncurses frontend written in Python"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://ranger.nongnu.org"
|
||||||
|
distfiles="http://ranger.nongnu.org/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=ccb230a5d2d71ca11612b5af1ca515f9d490b51b1546678828e306252677db5e
|
||||||
|
|
||||||
|
ranger_package() {
|
||||||
|
noarch="yes"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="$pkgname"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue