New package: python3-youtube-search-1.1.0
This commit is contained in:
parent
2a0b50e2c2
commit
5d5a72ce57
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python3-youtube-search/template
Normal file
23
srcpkgs/python3-youtube-search/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'python3-youtube-search'
|
||||
pkgname=python3-youtube-search
|
||||
version=1.1.0
|
||||
revision=1
|
||||
_gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
|
||||
archs=noarch
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="youtube-search-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-urllib3"
|
||||
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
|
||||
https://raw.githubusercontent.com/joetats/youtube_search/${_gitver}/LICENSE>LICENSE.txt"
|
||||
checksum="255fea3ca98cda488c585734183b30ac7b55ddbd79e6e79f999d94983c8077e6
|
||||
cd58d968a55585bfc21aea093aee5ba92a6785bab24c9969cfe2cd8bfe9ea83d"
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE.txt LICENSE
|
||||
}
|
Loading…
Reference in a new issue