16 lines
511 B
Bash
16 lines
511 B
Bash
# Template file for 'ranger'
|
|
pkgname=ranger
|
|
version=1.8.1
|
|
revision=1
|
|
build_style=python2-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=1433f9f9958b104c97d4b23ab77a2ac37d3f98b826437b941052a55c01c721b4
|