20 lines
608 B
Bash
20 lines
608 B
Bash
# Template file for 'python3-youtube-search'
|
|
pkgname=python3-youtube-search
|
|
version=2.1.1
|
|
revision=1
|
|
wrksrc="youtube-search-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests"
|
|
checkdepends="$depends"
|
|
short_desc="Python3 library for searching YouTube"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/joetats/youtube_search"
|
|
distfiles="${PYPI_SITE}/y/youtube-search/youtube-search-${version}.tar.gz"
|
|
checksum=bdebbb3d43c06d3cf707bb5160c1a9b4831b9a66862c274be9acefd24084774f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|