mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
ca88bf80c5
commit
9246fcf50e
4 changed files with 10 additions and 21 deletions
1
srcpkgs/rtv
Symbolic link
1
srcpkgs/rtv
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
tuir
|
|
@ -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
|
|
||||||
}
|
|
1
srcpkgs/tuir/rtv.INSTALL.msg
Normal file
1
srcpkgs/tuir/rtv.INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
rtv has been replaced by tuir.
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tuir'
|
# Template file for 'tuir'
|
||||||
pkgname=tuir
|
pkgname=tuir
|
||||||
version=1.29.0
|
version=1.29.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="$pkgname-v$version"
|
wrksrc="$pkgname-v$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -18,3 +18,10 @@ checksum=501ba4e6b24f20116ccfac39cdf16b6a5c89411b4928371d5c2314d0da57d80d
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rtv_package() {
|
||||||
|
archs=noarch
|
||||||
|
build_style=meta
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc="Simple terminal viewer for Reddit (transitional dummy package)"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue