18 lines
517 B
Bash
18 lines
517 B
Bash
# 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
|
|
}
|