20 lines
714 B
Bash
20 lines
714 B
Bash
# Template file for 'ytcc'
|
|
pkgname=ytcc
|
|
version=1.8.1
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="ytcc"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl"
|
|
short_desc="Cmdline tool to track your youtube channels"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/woefe/ytcc"
|
|
distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
|
|
checksum=e3c27a915182c5ee9314cb22ed19bd26847b4521c369d85a790408e0cdbd691e
|
|
|
|
post_install() {
|
|
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
|
|
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
|
|
}
|