16 lines
510 B
Bash
16 lines
510 B
Bash
# Template file for 'ranger'
|
|
pkgname=ranger
|
|
version=1.7.1
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python"
|
|
makedepends="python-devel"
|
|
noarch="yes"
|
|
depends="python"
|
|
pycompile_module="$pkgname"
|
|
short_desc="File manager with an ncurses frontend written in Python"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://ranger.nongnu.org"
|
|
distfiles="http://ranger.nongnu.org/${pkgname}-${version}.tar.gz"
|
|
checksum=f8b06135165142508ae7ec22ab2c95f6e51b4018c645d11226086d4c45b7df86
|