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