From 40016ed8dbb4b23c73f3a55735a6f6e8a173b79d Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 7 Nov 2022 15:34:45 +0530 Subject: [PATCH] rust-bacon: update to 2.18.2. --- srcpkgs/rust-bacon/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/rust-bacon/template diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template new file mode 100644 index 00000000000000..86d469adc4fd1d --- /dev/null +++ b/srcpkgs/rust-bacon/template @@ -0,0 +1,17 @@ +# Template file for 'rust-bacon' +pkgname=rust-bacon +version=2.18.2 +revision=1 +build_style=cargo +short_desc="Background rust code checker" +maintainer="icp " +license="AGPL-3.0-only" +homepage="https://dystroy.org/bacon/" +changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md" +distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate" +checksum=01959b77fa8858fa2f76a5ce691cab91b37f8ffd2bd5af7bbe8f5cfc71b0d1ea +conflicts="bacon" + +post_install() { + vlicense LICENSE +}