22 lines
769 B
Bash
22 lines
769 B
Bash
# Template file for 'avideo'
|
|
pkgname=avideo
|
|
version=2017.9.27
|
|
revision=5
|
|
archs=noarch
|
|
wrksrc="avideo"
|
|
build_style=python3-module
|
|
hostmakedepends="python3"
|
|
depends="python3"
|
|
short_desc="Libre video and audio downloader for GNU/Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://notabug.org/GPast/avideo"
|
|
distfiles="https://notabug.org/GPast/avideo/raw/archive/${version}/avideo-${version}.tar.gz"
|
|
checksum=474f9ae5f271d2f838e512cd6d02c631fb15e90b29949a6f8d2b0b13f13777bf
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/etc
|
|
vinstall avideo.bash-completion 644 usr/share/bash-completion/completions avideo
|
|
vinstall avideo.zsh 644 usr/share/zsh/site-functions _avideo
|
|
vinstall avideo.fish 644 usr/share/fish/vendor_completions.d
|
|
}
|