New package: tuir-1.28.2
This commit is contained in:
parent
2f32081f23
commit
169add3898
1 changed files with 22 additions and 0 deletions
22
srcpkgs/tuir/template
Normal file
22
srcpkgs/tuir/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue