New package: watchexec-1.14.1

(Based off of bat's template)
This commit is contained in:
cptpcrd 2020-11-11 21:44:13 -05:00 committed by Michael Aldridge
parent db8598d123
commit e1de14e6a1

View file

@ -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 <cptpcrd.git@gmail.com>"
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
}