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 +}