void-packages/srcpkgs/ytcc/template
2018-08-03 14:58:19 -03:00

21 lines
743 B
Bash

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