From 12de7f6bb7987a333a5d82890e0bf214424cced5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 26 Nov 2022 22:39:29 +0100 Subject: [PATCH] New package: cargo-fuzz-0.11.1 --- srcpkgs/cargo-fuzz/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/cargo-fuzz/template diff --git a/srcpkgs/cargo-fuzz/template b/srcpkgs/cargo-fuzz/template new file mode 100644 index 000000000000..a9baf4d80569 --- /dev/null +++ b/srcpkgs/cargo-fuzz/template @@ -0,0 +1,18 @@ +# Template file for 'cargo-fuzz' +pkgname=cargo-fuzz +version=0.11.2 +revision=1 +build_style=cargo +short_desc="Cargo subcommand for fuzzing rust libraries" +maintainer="Jan Christian Grünhage " +license="MIT,Apache-2.0" +homepage="https://rust-fuzz.github.io/book/cargo-fuzz.html" +changelog="https://github.com/rust-fuzz/cargo-fuzz/raw/master/CHANGELOG.md" +distfiles="https://github.com/rust-fuzz/cargo-fuzz/archive/refs/tags/${version}.tar.gz" +checksum=c5a0228271f9f65b1a55baf42ab42fd9a6266d7034069cd6ad3c2df194c34f1c +# Checks require a Rust nightly compiler +make_check=no + +post_install() { + vlicense LICENSE-MIT +}