void-packages/srcpkgs/ytcc/template
2019-02-13 21:38:41 -02:00

20 lines
712 B
Bash

# Template file for 'ytcc'
pkgname=ytcc
version=1.8.0
revision=1
noarch=yes
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=ea51c6d28e46ee4cb02a5f94616b3456c7a6d75e5d270099e670e67a7cdfa7af
post_install() {
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
}