mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
yturl: add missing depends and pycompile_module
This commit is contained in:
parent
8c56ca4904
commit
efbf36123c
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'yturl'
|
# Template file for 'yturl'
|
||||||
pkgname=yturl
|
pkgname=yturl
|
||||||
version=1.20.0
|
version=1.20.0
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
noarch=yes
|
depends="python-setuptools python-requests"
|
||||||
|
pycompile_module="yturl.py"
|
||||||
short_desc="YouTube videos on the command line"
|
short_desc="YouTube videos on the command line"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/cdown/yturl"
|
homepage="https://github.com/cdown/yturl"
|
||||||
distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz"
|
distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz"
|
||||||
checksum=b82e0ddfa4572959af9d1b0f3362042284f2583d7775b700151925708e0d1e93
|
checksum=b82e0ddfa4572959af9d1b0f3362042284f2583d7775b700151925708e0d1e93
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue