19 lines
606 B
Bash
19 lines
606 B
Bash
# Template file for 'python3-musicbrainzngs'
|
|
pkgname=python3-musicbrainzngs
|
|
version=0.7.1
|
|
revision=1
|
|
wrksrc="musicbrainzngs-${version}"
|
|
build_style="python3-module"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 bindings for the Musicbrainz NGS webservice interface"
|
|
maintainer="Steven R <dev@styez.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
|
distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
|
checksum=ab1c0100fd0b305852e65f2ed4113c6de12e68afd55186987b8ed97e0f98e627
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|