# Template file for 'python3-audioread'
pkgname=python3-audioread
version=3.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
checkdepends="python3-pytest-xdist ffmpeg"
short_desc="Multi-library, cross-platform audio decoding"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/beetbox/audioread"
distfiles="https://github.com/beetbox/audioread/archive/refs/tags/v${version}.tar.gz"
checksum=73a31af0d329e633d6166ff70cab31aec3e33b35c05c80d183337fcc2b417f42

post_install() {
	vlicense LICENSE
	vdoc "${FILESDIR}/README.voidlinux"
}
