void-packages/srcpkgs/rtv/template
maxice8 c7a5540953 rtv: update to 1.22.1.
Closes: #12298 [via git-merge-pr]
2018-03-12 17:58:28 -07:00

19 lines
618 B
Bash

# Template file for 'rtv'
pkgname=rtv
version=1.22.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="A 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=77c9bbd0e8cd85b6c2daad7b6674d1865f06bfde0a5c2557e12ef1dc1acb2789
post_install() {
vlicense LICENSE
}