# Template file for 'python3-auditok'
pkgname=python3-auditok
version=0.4.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-numpy python3-matplotlib python3-tqdm python3-sounddevice
 ffmpeg6"
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="${PYPI_SITE}/a/auditok/auditok-${version}.tar.gz"
checksum=52985096cbd3c15d650e71cb252b385875c9031da40ca8584b99fcdd9e26eaa5

post_install() {
	vlicense LICENSE
}
