void-packages/srcpkgs/ytcc/template

21 lines
712 B
Bash

# Template file for 'ytcc'
pkgname=ytcc
version=1.8.2
revision=3
archs=noarch
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl
mpv"
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=360db561bb0278b7f326fe3da9b012e738e1eceec9031c66b3749207f8091283
post_install() {
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/vendor_completions.d
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
}