void-packages/srcpkgs/rtv/template
2019-12-24 12:24:46 +01:00

20 lines
618 B
Bash

# Template file for 'rtv'
pkgname=rtv
version=1.27.0
revision=3
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/michael-lazar/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c
post_install() {
vlicense LICENSE
}