void-packages/srcpkgs/ytmdl/template
2020-07-17 10:47:32 -05:00

20 lines
678 B
Bash

# Template file for 'ytmdl'
pkgname=ytmdl
version=2020.07.09
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 python3-xdg"
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=a48fb3602ac32376dfce8d56057176e6bdb95d15a4343d9d2d1b6e78670fd9d5
post_install() {
vlicense LICENSE
}