New package: ytmdl-2019.11.16
This commit is contained in:
parent
f234156558
commit
98ddcf63c9
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ytmdl/template
Normal file
20
srcpkgs/ytmdl/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'ytmdl'
|
||||
pkgname=ytmdl
|
||||
version=2019.11.16
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="ytmdl"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
||||
python3-itunespy python3-BeautifulSoup4 python3-downloader-cli"
|
||||
short_desc="Get songs from youtube in mp3 format with all tags from itunes"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/deepjyoti30/ytmdl"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=e8f238657a6691c6785a8deb6b022990d5203e52ffe3584f3c772662dd91a501
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue