void-packages/srcpkgs/python3-pafy/template
2020-03-13 17:35:01 +00:00

22 lines
672 B
Bash

# Template file for 'python3-pafy'
pkgname=python3-pafy
version=0.5.5
revision=1
archs=noarch
wrksrc="pafy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools youtube-dl"
depends="youtube-dl"
short_desc="Python3 library to download YouTube content and retrieve metadata"
maintainer="q66 <daniel@octaforge.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/mps-youtube/pafy"
distfiles="https://github.com/mps-youtube/pafy/archive/v${version}.tar.gz"
checksum=3b878d319dc63be2f2a84aca5df4ee08baf7256d26e61c94d92b6165b965994f
python-pafy_package() {
depends="python3-pafy"
short_desc+=" - transitional dummy package"
build_style=meta
}