19 lines
586 B
Bash
19 lines
586 B
Bash
# Template file for 'python3-youtubesearch'
|
|
pkgname=python3-youtubesearch
|
|
version=1.6.6
|
|
revision=3
|
|
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=6474472d1a93df9a803eea32c939be4af9bd6af6a13ea997ab3c339d0f9f2851
|
|
make_check=no # no tests defined
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|