23 lines
784 B
Bash
23 lines
784 B
Bash
# Template file for 'avideo'
|
|
pkgname=avideo
|
|
version=2017.9.27
|
|
revision=3
|
|
noarch=yes
|
|
wrksrc="avideo"
|
|
build_style=python3-module
|
|
pycompile_module="avideo"
|
|
hostmakedepends="python3"
|
|
depends="python3"
|
|
short_desc="Libre video and audio downloader for GNU/Linux"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="GPL-3"
|
|
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/completions avideo.fish
|
|
}
|