From ec50ff3e2e10ed620d4f27dfe50591fb7520fdaa Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 7 Nov 2022 15:34:45 +0530 Subject: [PATCH] New package: rust-bacon-2.16.0 --- 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..5fc1c2519cddf7 --- /dev/null +++ b/srcpkgs/rust-bacon/template @@ -0,0 +1,17 @@ +# Template file for 'rust-bacon' +pkgname=rust-bacon +version=2.16.0 +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=1b5466a30415e2c36e3bfa6cc9537b8367cd5d3c1043cc4ef0bf42e39838d883 +conflicts="bacon" + +post_install() { + vlicense LICENSE +}