New package: rust-bacon-3.15.0

This commit is contained in:
icp 2022-11-07 15:34:45 +05:30 committed by tranzystorekk
parent fff3c45f6b
commit 0fd1283bd5

View file

@ -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 <pangolin@vivaldi.net>"
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
}