vp-build/srcpkgs/python3-pyacoustid/template

19 lines
599 B
Bash

# Template file for 'python3-pyacoustid'
pkgname=python3-pyacoustid
version=1.2.0
revision=2
wrksrc="pyacoustid-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="chromaprint python3-audioread python3-requests"
short_desc="Python3 bindings for Chromaprint and the Acoustid API"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/sampsyo/pyacoustid"
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
checksum=5f98e34e79749439ea1b9440a0811996fdb5b12abadccfbeafda36ea9dd56d30
post_install() {
vlicense LICENSE
}