From 66c6256e023f7205aefadefb2f229f4b03a10c66 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Tue, 6 May 2025 14:50:31 -0700 Subject: [PATCH] New package: cargo-machete-0.8.0 --- srcpkgs/cargo-machete/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/cargo-machete/template diff --git a/srcpkgs/cargo-machete/template b/srcpkgs/cargo-machete/template new file mode 100644 index 00000000000..252b1531b64 --- /dev/null +++ b/srcpkgs/cargo-machete/template @@ -0,0 +1,18 @@ +# Template file for 'cargo-machete' +pkgname=cargo-machete +version=0.8.0 +revision=1 +build_style=cargo +# hostmakedepends="pkg-config" +short_desc="Remove unused Rust dependencies" +maintainer="klardotsh " +license="MIT" +homepage="https://github.com/bnjbvr/cargo-machete" +changelog="https://raw.githubusercontent.com/bnjbvr/cargo-machete/main/CHANGELOG.md" +distfiles="https://github.com/bnjbvr/cargo-machete/archive/refs/tags/v${version}.tar.gz" +checksum=5d7b5cb94a6742cd76838a2a36f701cdf1e5d97bb0477dbb7ba03587dd791248 + +post_install() { + vlicense LICENSE.md + vdoc README.md +}