void-packages/srcpkgs/ytmdl/template
2020-05-02 00:45:40 +02:00

20 lines
666 B
Bash

# Template file for 'ytmdl'
pkgname=ytmdl
version=2020.03.21
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
python3-itunespy python3-BeautifulSoup4 python3-downloader-cli
python3-ffmpeg-python"
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=afcb52ebe5ee0567291860251a649950ec896b61525e35b59f1736e0e8e32bdc
post_install() {
vlicense LICENSE
}