From 0fd1283bd5cc25ecfafc5587a24c45de338c7fe9 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 7 Nov 2022 15:34:45 +0530 Subject: [PATCH] New package: rust-bacon-3.15.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 00000000000..46b54b59413 --- /dev/null +++ b/srcpkgs/rust-bacon/template @@ -0,0 +1,17 @@ +# Template file for 'rust-bacon' +pkgname=rust-bacon +version=3.15.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://github.com/Canop/bacon/archive/refs/tags/v${version}.tar.gz" +checksum=b162a0e9f827d849c962a5a0623ba9435182e3bf6c8e3fe4630a2446a8326bc7 +conflicts="bacon" + +post_install() { + vlicense LICENSE +}