From 6f2a6b357c5f848b51c03945be4d27514471709f Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Fri, 28 Oct 2022 17:19:59 +0200 Subject: [PATCH] vhs: update to 0.1.1 --- srcpkgs/vhs/template | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vhs/template b/srcpkgs/vhs/template index d05a04fa5e05..63e00138c2a9 100644 --- a/srcpkgs/vhs/template +++ b/srcpkgs/vhs/template @@ -1,6 +1,6 @@ # Template file for 'vhs' pkgname=vhs -version=0.1.0 +version=0.1.1 revision=1 build_style=go build_helper=qemu @@ -17,6 +17,13 @@ checksum=7a1d36482dec0ab158bef852fa0f9e90ce6b7011bc9dd56244fd84692e17433b post_install() { vlicense LICENSE + # install tape examples + for dir in commands fixtures settings; do + vmkdir usr/share/examples/vhs/${dir} + vcopy "examples/${dir}/*.tape" usr/share/examples/vhs/${dir} + done + vcopy "examples/*.tape" usr/share/examples/vhs + VHS="${DESTDIR}/usr/bin/vhs" for shell in bash fish zsh; do vtargetrun ${VHS} completion ${shell} > vhs.${shell}