20 lines
601 B
Bash
20 lines
601 B
Bash
# Template file for 'tuir'
|
|
pkgname=tuir
|
|
version=1.29.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="$pkgname-v$version"
|
|
build_style=python3-module
|
|
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=501ba4e6b24f20116ccfac39cdf16b6a5c89411b4928371d5c2314d0da57d80d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|