void-packages/srcpkgs/python3-ytmusicapi/template

20 lines
623 B
Bash

# Template file for 'python3-ytmusicapi'
pkgname=python3-ytmusicapi
version=0.24.0
revision=2
build_style=python3-pep517
make_install_target="ytmusicapi-*.*.*-*-*-*.whl"
hostmakedepends="python3-poetry-core python3-wheel"
depends="python3-requests"
checkdepends="$depends python3-coverage"
short_desc="Unofficial API for YouTube Music"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/sigma67/ytmusicapi"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum=862094c2950c1c6687384f6275d6eb61eb2b2cabb923edcf86a6708e81a8ebea
post_install() {
vlicense LICENSE
}