void-packages/srcpkgs/ytmdl/template
2021-02-20 13:03:14 -06:00

30 lines
951 B
Bash

# Template file for 'ytmdl'
pkgname=ytmdl
version=2021.01.14
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
python3-pyDes python3-simber python3-rich python3-musicbrainzngs
python3-typing_extensions"
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=0783af6edc20a5e5635774a62bff9c20a81ebe4f6a71b939566724b279f6c4a5
do_check() {
:
}
pre_configure() {
vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py
}
post_install() {
vlicense LICENSE
}