diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template new file mode 100644 index 0000000000..45a5b7facb --- /dev/null +++ b/srcpkgs/ytmdl/template @@ -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 " +license="MIT" +homepage="https://github.com/deepjyoti30/ytmdl" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=e8f238657a6691c6785a8deb6b022990d5203e52ffe3584f3c772662dd91a501 + +post_install() { + vlicense LICENSE +}