# Template file for 'ffsubsync'
pkgname=ffsubsync
version=0.5.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-chardet python3-charset-normalizer python3-ffmpeg-python python3-numpy
 python3-pysubs2 python3-rich python3-setuptools python3-srt python3-tqdm
 python3-typing_extensions python3-auditok python3-webrtcvad"
short_desc="Automagically synchronize subtitles with video"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/smacke/ffsubsync"
distfiles="https://github.com/smacke/ffsubsync/archive/refs/tags/${version}.tar.gz"
checksum=62ace89f390f8cc1bf7a507eea0afccf609ee73cb3827a8beff66f5954d1558b

post_install() {
	vlicense LICENSE
}
