diff --git a/srcpkgs/python3-youtubesearch/template b/srcpkgs/python3-youtubesearch/template new file mode 100644 index 0000000000..46a3d40bad --- /dev/null +++ b/srcpkgs/python3-youtubesearch/template @@ -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 " +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 +}