16 lines
526 B
Bash
16 lines
526 B
Bash
# Template file for 'yturl'
|
|
pkgname=yturl
|
|
version=2.0.0
|
|
revision=3
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools python-requests python-six"
|
|
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=86a263f752ed138e4409408d9e5a7682095afe10615253e9a277f187d8bc6a24
|