void-packages/srcpkgs/ytmdl/template
2019-12-24 12:24:55 +01:00

20 lines
668 B
Bash

# Template file for 'ytmdl'
pkgname=ytmdl
version=2019.11.16
revision=2
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
}