From d36dfc99c3d13c7a9cbdc9964745926aa0803661 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 1 Apr 2024 02:45:56 -0400 Subject: [PATCH] New package: cargo-watch-8.5.2 --- srcpkgs/cargo-watch/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/cargo-watch/template diff --git a/srcpkgs/cargo-watch/template b/srcpkgs/cargo-watch/template new file mode 100644 index 00000000000..dca1f6c616b --- /dev/null +++ b/srcpkgs/cargo-watch/template @@ -0,0 +1,18 @@ +# Template file for 'cargo-watch' +pkgname=cargo-watch +version=8.5.2 +revision=1 +build_style=cargo +make_check_args="-- --skip with_cargo" +short_desc="Watches over your cargo project's source" +maintainer="classabbyamp " +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=850b8de75c618fa1fcf5e2d56a6b2477e7224fbdfa793f5b5f30b31bf63fb358 + +post_install() { + vcompletion completions/zsh zsh + vman cargo-watch.1 +}