2019-11-28 04:10:11 +01:00
|
|
|
# Template file for 'castero'
|
|
|
|
pkgname=castero
|
2019-12-14 23:13:22 +01:00
|
|
|
version=0.7.0
|
2019-12-24 12:24:26 +01:00
|
|
|
revision=2
|
2019-11-28 04:10:11 +01:00
|
|
|
archs=noarch
|
|
|
|
build_style=python3-module
|
|
|
|
pycompile_module="castero"
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3-BeautifulSoup4 python3-cjkwrap
|
|
|
|
python3-mpv python3-requests"
|
|
|
|
short_desc="TUI podcast client for the terminal"
|
|
|
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/xgi/castero"
|
|
|
|
distfiles="https://github.com/xgi/castero/archive/v${version}.tar.gz"
|
2019-12-14 23:13:22 +01:00
|
|
|
checksum=e3fe50a972617a610f50aae0c10f261513776acc3ac6efe40146ad6cfd237895
|
2019-11-28 04:10:11 +01:00
|
|
|
|
|
|
|
# Remove requirement of python3-vlc
|
|
|
|
# as we can use python3-mpv instead,
|
|
|
|
# also because python*-vlc is not in repo
|
|
|
|
pre_build() {
|
|
|
|
vsed -e '/python-vlc/d' -i setup.py
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.txt LICENSE
|
|
|
|
}
|