23 lines
672 B
Bash
23 lines
672 B
Bash
# Template file for 'watchexec'
|
|
pkgname=watchexec
|
|
version=1.21.0
|
|
revision=1
|
|
build_wrksrc="crates/cli"
|
|
build_style=cargo
|
|
short_desc="Executes commands in response to file modifications"
|
|
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=ff835eed2be68de97b08eaa2177d9cdcb721f6d727c6803a642ca94d11eec5fa
|
|
|
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|
makedepends+=" libatomic-devel"
|
|
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
|
fi
|
|
|
|
post_install() {
|
|
vman ${wrksrc}/doc/watchexec.1
|
|
vcompletion ${wrksrc}/completions/zsh zsh
|
|
}
|