void-packages/srcpkgs/rtv/template
2019-03-04 02:07:34 -03:00

20 lines
619 B
Bash

# Template file for 'rtv'
pkgname=rtv
version=1.26.0
revision=1
archs=noarch
build_style=python3-module
pycompile_module="rtv"
hostmakedepends="python3-setuptools"
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
python3-requests python3-six"
short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
maintainer="dleeram <dleeram@protonmail.com>"
license="MIT"
homepage="https://github.com/michael-lazar/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85
post_install() {
vlicense LICENSE
}