mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
avideo: add missing pycompile_module (#13501)
This commit is contained in:
parent
488a0dd7f5
commit
b88ead6448
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'avideo'
|
# Template file for 'avideo'
|
||||||
pkgname=avideo
|
pkgname=avideo
|
||||||
version=2017.9.27
|
version=2017.9.27
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="avideo"
|
wrksrc="avideo"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="avideo"
|
||||||
hostmakedepends="pandoc python"
|
hostmakedepends="pandoc python"
|
||||||
depends="python"
|
depends="python"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
|
||||||
short_desc="Libre video and audio downloader for GNU/Linux"
|
short_desc="Libre video and audio downloader for GNU/Linux"
|
||||||
homepage="https://notabug.org/GPast/avideo"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue