rtv: drop package

Closes #23985
This commit is contained in:
Andrew Benson 2020-08-18 21:16:10 -05:00 committed by Andrew Benson
parent ca88bf80c5
commit 9246fcf50e
4 changed files with 10 additions and 21 deletions

1
srcpkgs/rtv Symbolic link
View File

@ -0,0 +1 @@
tuir

View File

@ -1,20 +0,0 @@
# Template file for 'rtv'
pkgname=rtv
version=1.27.0
revision=3
archs=noarch
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/michael-lazar/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c
post_install() {
vlicense LICENSE
}

View File

@ -0,0 +1 @@
rtv has been replaced by tuir.

View File

@ -1,7 +1,7 @@
# Template file for 'tuir'
pkgname=tuir
version=1.29.0
revision=1
revision=2
archs=noarch
wrksrc="$pkgname-v$version"
build_style=python3-module
@ -18,3 +18,10 @@ checksum=501ba4e6b24f20116ccfac39cdf16b6a5c89411b4928371d5c2314d0da57d80d
post_install() {
vlicense LICENSE
}
rtv_package() {
archs=noarch
build_style=meta
depends="${sourcepkg}>=${version}_${revision}"
short_desc="Simple terminal viewer for Reddit (transitional dummy package)"
}