# Template file for 'ytmdl' pkgname=ytmdl version=2024.04.14 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="ffmpeg yt-dlp 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 python3-ytmusicapi python3-youtubesearch python3-spotipy python3-itunespy" 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=7943e24091ae28f58f553d8816b0f3a2d10beb844efb5ee0f599a25efd902d1a # There is no test to run make_check=no pre_configure() { vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py } post_install() { vlicense LICENSE }