18 lines
517 B
Bash
18 lines
517 B
Bash
# Template file for 'watchexec'
|
|
pkgname=watchexec
|
|
version=1.15.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Executes commands in response to file modifications"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/watchexec/watchexec"
|
|
distfiles="https://github.com/watchexec/watchexec/archive/${version}.tar.gz"
|
|
checksum=536366e294047480ebfd440edc473690c226f23d07ea166023d1a7e8953c4f34
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vman doc/watchexec.1
|
|
vcompletion completions/zsh zsh
|
|
}
|