20 lines
710 B
Bash
20 lines
710 B
Bash
# Template file for 'ytcc'
|
|
pkgname=ytcc
|
|
version=1.7.4
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="ytcc"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil 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=d05767a6e93a311e431af66dc8b6e62344c20d2f669575aab76365b7785a8fc4
|
|
|
|
post_install() {
|
|
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
|
|
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
|
|
}
|