void-packages/srcpkgs/rtv/template
2019-02-13 21:38:58 -02:00

19 lines
616 B
Bash

# Template file for 'rtv'
pkgname=rtv
version=1.25.1
revision=1
noarch=yes
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=75695033c9172c90bf8313c3814672fcefe5188e4c8222ad59d201d7769fe99d
post_install() {
vlicense LICENSE
}