mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
parent
3f074a3a96
commit
d434dd2ea3
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'watchexec'
|
# Template file for 'watchexec'
|
||||||
pkgname=watchexec
|
pkgname=watchexec
|
||||||
version=1.22.2
|
version=1.22.3
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="crates/cli"
|
build_wrksrc="crates/cli"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -9,7 +9,7 @@ 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/v${version}.tar.gz"
|
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=af12016b1ee1f64feb1514872279326f72b1061c85f3add32997f89a1816dd74
|
checksum=698ed1dc178279594542f325b23f321c888c9c12c1960fe11c0ca48ba6edad76
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
@ -17,6 +17,9 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
for shell in bash fish zsh; do
|
||||||
|
vcompletion ${wrksrc}/completions/${shell} ${shell}
|
||||||
|
done
|
||||||
|
|
||||||
vman ${wrksrc}/doc/watchexec.1
|
vman ${wrksrc}/doc/watchexec.1
|
||||||
vcompletion ${wrksrc}/completions/zsh zsh
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue