Files
horizon-packages/srcpkgs/python3-webrtcvad/template
T

19 lines
600 B
Bash

# Template file for 'python3-webrtcvad'
pkgname=python3-webrtcvad
version=2.0.10
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
depends="python3"
short_desc="Python interface to the Google WebRTC Voice Activity Detector"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/wiseman/py-webrtcvad"
distfiles="https://github.com/wiseman/py-webrtcvad/archive/refs/tags/${version}.tar.gz"
checksum=003c7681f7616221f6c4cfb748c9bd2b95a8f5367f16d276c7e984786e510c62
post_install() {
vlicense LICENSE
}