mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
avideo: switch to python3, fix template
This commit is contained in:
parent
b88ead6448
commit
1e22a0f429
1 changed files with 12 additions and 5 deletions
|
@ -1,16 +1,23 @@
|
||||||
# Template file for 'avideo'
|
# Template file for 'avideo'
|
||||||
pkgname=avideo
|
pkgname=avideo
|
||||||
version=2017.9.27
|
version=2017.9.27
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="avideo"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
wrksrc="avideo"
|
||||||
|
build_style=python3-module
|
||||||
pycompile_module="avideo"
|
pycompile_module="avideo"
|
||||||
hostmakedepends="pandoc python"
|
hostmakedepends="python3"
|
||||||
depends="python"
|
depends="python3"
|
||||||
short_desc="Libre video and audio downloader for GNU/Linux"
|
short_desc="Libre video and audio downloader for GNU/Linux"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://notabug.org/GPast/avideo"
|
homepage="https://notabug.org/GPast/avideo"
|
||||||
distfiles="https://notabug.org/GPast/avideo/raw/archive/${version}/avideo-${version}.tar.gz"
|
distfiles="https://notabug.org/GPast/avideo/raw/archive/${version}/avideo-${version}.tar.gz"
|
||||||
checksum=474f9ae5f271d2f838e512cd6d02c631fb15e90b29949a6f8d2b0b13f13777bf
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue