# Template file for 'vhs'
pkgname=vhs
version=0.3.0
revision=1
build_style=go
build_helper=qemu
go_import_path="github.com/charmbracelet/vhs"
go_ldflags="-X main.Version=v${version}"
depends="ffmpeg ttyd"
short_desc="Your CLI home video recorder"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://github.com/charmbracelet/vhs"
distfiles="https://github.com/charmbracelet/vhs/archive/refs/tags/v${version}.tar.gz"
checksum=ff26b9a0079c07fde8f5b68636724acccdaef88729f43d4780bac460bbb1b41f

post_install() {
	vdoc "${FILESDIR}/README.voidlinux"
	vlicense LICENSE

	local vhs="${DESTDIR}/usr/bin/vhs"
	for shell in bash fish zsh; do
		vtargetrun ${vhs} completion ${shell} > vhs.${shell}
		vcompletion vhs.${shell} ${shell}
	done

	vtargetrun ${vhs} manual > vhs.1
	vman vhs.1
}
