void-packages/srcpkgs/ytcc/template
2018-12-07 06:29:30 -02:00

20 lines
709 B
Bash

# Template file for 'ytcc'
pkgname=ytcc
version=1.7.3
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.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=31bebbbe2ac7c1a91ed858af8b8fbd971348e29e318b7e8eda51ebacabbb1742
post_install() {
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
}