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