17 lines
597 B
Bash
17 lines
597 B
Bash
# Template file for 'ranger'
|
|
pkgname=ranger
|
|
version=1.9.3
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/ranger/ranger/master/CHANGELOG.md"
|
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
|
checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
|