New package: python3-youtubesearch-1.4.9

This commit is contained in:
Andrew Benson 2021-10-01 13:59:42 -05:00
parent 28138ecd97
commit a0a73e7749

View file

@ -0,0 +1,19 @@
# Template file for 'python3-youtubesearch'
pkgname=python3-youtubesearch
version=1.4.9
revision=1
wrksrc="youtube-search-python-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-httpx"
short_desc="Search for YouTube videos, channels & playlists"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/alexmercerind/youtube-search-python"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=51480372341f0c5706d30508fd63a7a009d91631eb495666040c3d0d8d65bd49
make_check=no # no tests defined
post_install() {
vlicense LICENSE
}