void-packages/srcpkgs/tuir/template
2019-06-15 21:31:50 +02:00

22 lines
626 B
Bash

# Template file for 'tuir'
pkgname=tuir
version=1.28.2
revision=1
archs=noarch
wrksrc="$pkgname-v$version"
build_style=python3-module
pycompile_module="tuir"
hostmakedepends="python3-setuptools"
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
python3-requests python3-six"
short_desc="Terminal UI for Reddit"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://gitlab.com/ajak/tuir"
distfiles="${homepage}/-/archive/v${version}/tuir-v${version}.tar.bz2"
checksum=ad9c7af1958ee72c405a96baa4f8c3814a852574b65411e60ab0ef8778901df4
post_install() {
vlicense LICENSE
}