mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
watchexec: update to 1.20.0
This commit is contained in:
parent
8ad5edad11
commit
a2560411dc
1 changed files with 5 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'watchexec'
|
# Template file for 'watchexec'
|
||||||
pkgname=watchexec
|
pkgname=watchexec
|
||||||
version=1.19.0
|
version=1.20.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-cli-v${version}"
|
wrksrc="${pkgname}-cli-v${version}"
|
||||||
build_wrksrc="cli"
|
build_wrksrc="crates/cli"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Executes commands in response to file modifications"
|
short_desc="Executes commands in response to file modifications"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/watchexec/watchexec"
|
homepage="https://github.com/watchexec/watchexec"
|
||||||
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${version}.tar.gz"
|
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${version}.tar.gz"
|
||||||
checksum=6837dff4d14802e1e3714a2f3ef4330f8faadd10449508b128cff7f93d921101
|
checksum=69c551090692a04943e7ded2d7f997f8777aa099c674b096a31d94983d02dbf7
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
@ -18,7 +18,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc ../README.md
|
vman ${wrksrc}/doc/watchexec.1
|
||||||
vman ../doc/watchexec.1
|
vcompletion ${wrksrc}/completions/zsh zsh
|
||||||
vcompletion ../completions/zsh zsh
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue