# Template file for 'python3-auditok'
pkgname=python3-auditok
version=0.5.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-numpy python3-matplotlib python3-tqdm python3-sounddevice
 python3-webrtcvad ffmpeg6"
checkdepends="python3-pytest python3-pytest-cov $depends"
short_desc="Audio activity detection and segmentation tool"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/amsehili/auditok"
changelog="https://raw.githubusercontent.com/amsehili/auditok/main/CHANGELOG"
distfiles="https://github.com/amsehili/auditok/archive/refs/tags/v${version}.tar.gz"
checksum=06ca170827c3b141acad47afb743aae3232770c9a08d74dcee6be6179cab32cc

post_install() {
	vlicense LICENSE
}
