# Template file for 'vhs' pkgname=vhs version=0.9.0 revision=1 build_style=go build_helper=qemu go_import_path="github.com/charmbracelet/vhs" go_ldflags="-X main.Version=v${version}" depends="ffmpeg6 ttyd" short_desc="Your CLI home video recorder" maintainer="tranzystorekk " license="MIT" homepage="https://github.com/charmbracelet/vhs" changelog="https://github.com/charmbracelet/vhs/releases" distfiles="https://github.com/charmbracelet/vhs/archive/refs/tags/v${version}.tar.gz" checksum=e8538a9019ddfa633ef7e0a6eb417b87fed0555d51b67dc59cb53493e179e20b 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 }