20 lines
628 B
Bash
20 lines
628 B
Bash
# Template file for 'python3-youtubesearch'
|
|
pkgname=python3-youtubesearch
|
|
version=1.6.2
|
|
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=d3d4081c319e839f8843f8e361c0b461d420fcd4d7aa4fcbdadf744af8208a8e
|
|
make_check=no # no tests defined
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|