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'
|
||||
pkgname=yturl
|
||||
version=1.20.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
noarch=yes
|
||||
depends="python-setuptools python-requests"
|
||||
pycompile_module="yturl.py"
|
||||
short_desc="YouTube videos on the command line"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/cdown/yturl"
|
||||
distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz"
|
||||
checksum=b82e0ddfa4572959af9d1b0f3362042284f2583d7775b700151925708e0d1e93
|
||||
|
||||
|
|
Loading…
Reference in a new issue