void-packages/srcpkgs/ytmdl/template
2020-10-10 10:21:35 -04:00

21 lines
752 B
Bash

# Template file for 'ytmdl'
pkgname=ytmdl
version=2020.07.26
revision=2
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 python3-xdg python3-lxml python3-pysocks
python3-Unidecode python3-urllib3 python3-youtube-search"
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=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
post_install() {
vlicense LICENSE
}