From 161d9db2c0683821edda00c31d64beb602fa99f3 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 4 Feb 2021 13:34:32 +0100 Subject: [PATCH] New package: cargo-watch-7.5.0 --- srcpkgs/cargo-watch/template | 15 +++++++++++++++ 1 file changed, 15 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..8d9754640d8 --- /dev/null +++ b/srcpkgs/cargo-watch/template @@ -0,0 +1,15 @@ +# Template file for 'cargo-watch' +pkgname=cargo-watch +version=7.5.0 +revision=1 +build_style=cargo +short_desc="Watch for file changes and run cargo commands when they occur" +maintainer="Felix Van der Jeugt " +license="CC0-1.0" +homepage="https://github.com/passcod/cargo-watch" +distfiles="https://github.com/passcod/cargo-watch/archive/v${version}.tar.gz" +checksum=0d26b2c714f8e02ae4c7a1c4f87496e979694ab7847d3b74959c0d15c92f70ef + +post_install() { + vdoc README.md +}