16 lines
510 B
Bash
16 lines
510 B
Bash
# Template file for 'ranger'
|
|
pkgname=ranger
|
|
version=1.7.2
|
|
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=94f6e342daee4445f15db5a7440a11138487c49cc25da0c473bbf1b8978f5b79
|