parent
3f074a3a96
commit
d434dd2ea3
@ -1,6 +1,6 @@
|
||||
# Template file for 'watchexec'
|
||||
pkgname=watchexec
|
||||
version=1.22.2
|
||||
version=1.22.3
|
||||
revision=1
|
||||
build_wrksrc="crates/cli"
|
||||
build_style=cargo
|
||||
@ -9,7 +9,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/watchexec/watchexec"
|
||||
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=af12016b1ee1f64feb1514872279326f72b1061c85f3add32997f89a1816dd74
|
||||
checksum=698ed1dc178279594542f325b23f321c888c9c12c1960fe11c0ca48ba6edad76
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
@ -17,6 +17,9 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
for shell in bash fish zsh; do
|
||||
vcompletion ${wrksrc}/completions/${shell} ${shell}
|
||||
done
|
||||
|
||||
vman ${wrksrc}/doc/watchexec.1
|
||||
vcompletion ${wrksrc}/completions/zsh zsh
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user