19 lines
583 B
Bash
19 lines
583 B
Bash
# Template file for 'python3-ytmusicapi'
|
|
pkgname=python3-ytmusicapi
|
|
version=1.6.0
|
|
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=0e515f941682c0b15259be7154200d9930678c353c8cd192007c496f1a4ba7db
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|