New package: python3-youtubesearch-1.4.9
This commit is contained in:
parent
28138ecd97
commit
a0a73e7749
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-youtubesearch/template
Normal file
19
srcpkgs/python3-youtubesearch/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue