From dff29939c4ce6d44326d8e13db04e67f145cbd32 Mon Sep 17 00:00:00 2001 From: astral Date: Fri, 24 Mar 2023 15:11:31 -0600 Subject: [PATCH] New package: rustfmt-1.5.1 --- srcpkgs/rustfmt/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/rustfmt/template diff --git a/srcpkgs/rustfmt/template b/srcpkgs/rustfmt/template new file mode 100644 index 000000000000..ccbfb230a537 --- /dev/null +++ b/srcpkgs/rustfmt/template @@ -0,0 +1,15 @@ +# Template file for 'rustfmt' +pkgname=rustfmt +version=1.5.1 +revision=1 +build_style=cargo +short_desc="Tool for formatting Rust code according to style guidelines" +maintainer="astral " +license="MIT, Apache-2.0" +homepage="https://github.com/rust-lang/rustfmt" +distfiles="https://github.com/rust-lang/rustfmt/archive/refs/tags/v${version}.tar.gz" +checksum=dc29a1c066fe4816e1400655c676d632335d667c3b0231ce344b2a7b02acc267 + +post_install() { + vlicense LICENSE-MIT +}