From f38723d1c614944d9ccf816c9e05f0e44fc43e08 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..eb0e63c40503 --- /dev/null +++ b/srcpkgs/cargo-fuzz/template @@ -0,0 +1,18 @@ +# Template file for 'cargo-fuzz' +pkgname=cargo-fuzz +version=0.11.1 +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=1552ad71bdea99ca5feddba281d2cc719dc3e2660a5742d709dee82051ff9d65 +# Checks require a Rust nightly compiler +make_check=no + +post_install() { + vlicense LICENSE-MIT +}