23 lines
696 B
Bash
23 lines
696 B
Bash
# Template file for 'python3-pafy'
|
|
pkgname=python3-pafy
|
|
version=0.5.4
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="pafy-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pafy"
|
|
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=a2f9fe7c6175264993190081e1558516b2f2b5987f13a581a55cd9d838df973b
|
|
|
|
python-pafy_package() {
|
|
depends="python3-pafy"
|
|
short_desc+=" - transitional dummy package"
|
|
build_style=meta
|
|
}
|