diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template new file mode 100644 index 00000000000..8b62e5ee01d --- /dev/null +++ b/srcpkgs/watchexec/template @@ -0,0 +1,17 @@ +# Template file for 'watchexec' +pkgname=watchexec +version=1.14.1 +revision=1 +build_style=cargo +short_desc="Executes commands in response to file modifications" +maintainer="cptpcrd " +license="Apache-2.0" +homepage="https://github.com/watchexec/watchexec" +distfiles="https://github.com/watchexec/watchexec/archive/${version}.tar.gz" +checksum=23ca90f1f070b0d30e821667c8b9deaf174d020373ea032e9e22f1a78adcfa1c + +post_install() { + vdoc README.md + vman doc/watchexec.1 + vcompletion completions/zsh zsh +}