void-packages/srcpkgs/ranger/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

21 lines
630 B
Bash

# Template file for 'ranger'
pkgname=ranger
version=1.9.2
revision=1
archs=noarch
build_style=python3-module
pycompile_module="ranger"
hostmakedepends="python3"
makedepends="python3-devel"
depends="python3"
checkdepends="python-pytest pylint flake8 ncurses-term"
short_desc="File manager with an ncurses frontend written in Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://ranger.github.io"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a
do_check() {
TERM=linux TERMINFO=/usr/share/terminfo make test
}