20 lines
618 B
Bash
20 lines
618 B
Bash
# Template file for 'rtv'
|
|
pkgname=rtv
|
|
version=1.23.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="rtv"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen python3-requests python3-six"
|
|
short_desc="A simple terminal viewer for Reddit (Reddit Terminal Viewer)"
|
|
maintainer="dleeram <dleeram@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/michael-lazar/${pkgname}"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=66d458c37bdf377b191c899311b6b08da73312635e472cc0f55b510ad8293619
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|