e76e828c33
Closes: #11817 [via git-merge-pr]
21 lines
571 B
Bash
21 lines
571 B
Bash
# Template file for 'ranger'
|
|
pkgname=ranger
|
|
version=1.9.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3"
|
|
makedepends="python3-devel"
|
|
checkdepends="python-pytest pylint flake8"
|
|
noarch="yes"
|
|
depends="python3"
|
|
pycompile_module="$pkgname"
|
|
short_desc="File manager with an ncurses frontend written in Python"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://ranger.github.io"
|
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
|
checksum=40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2
|
|
|
|
do_check() {
|
|
make test
|
|
}
|