19 lines
584 B
Bash
19 lines
584 B
Bash
# Template file for 'python3-ytmusicapi'
|
|
pkgname=python3-ytmusicapi
|
|
version=1.10.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm 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="${PYPI_SITE}/y/ytmusicapi/ytmusicapi-${version}.tar.gz"
|
|
checksum=812685451916e76bf47b96f61ef5d4f4db408ea154a44d0779757539f62d69f9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|