21 lines
766 B
Bash
21 lines
766 B
Bash
# Template file for 'python3-auditok'
|
|
pkgname=python3-auditok
|
|
version=0.5.0
|
|
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=4870fff3a2e3264bee2452944c82651113eb668735d2d8fb8f8ae0435f449c34
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|