19 lines
610 B
Bash
19 lines
610 B
Bash
# Template file for 'cargo-watch'
|
|
pkgname=cargo-watch
|
|
version=8.5.3
|
|
revision=1
|
|
build_style=cargo
|
|
make_check_args="-- --skip with_cargo"
|
|
short_desc="Watches over your cargo project's source"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="CC0-1.0"
|
|
homepage="https://watchexec.github.io/#cargo-watch"
|
|
changelog="https://github.com/watchexec/cargo-watch/releases"
|
|
distfiles="https://github.com/watchexec/cargo-watch/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=1884674d19492727d762da91b9aebc05d29bdb34cdb1903cde36d81edbcc6514
|
|
|
|
post_install() {
|
|
vcompletion completions/zsh zsh
|
|
vman cargo-watch.1
|
|
}
|