mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: watchexec-1.14.1
(Based off of bat's template)
This commit is contained in:
parent
db8598d123
commit
e1de14e6a1
1 changed files with 17 additions and 0 deletions
17
srcpkgs/watchexec/template
Normal file
17
srcpkgs/watchexec/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue