From 71364ec7410bce8f4892f9cefaaed10882f8f570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 30 Nov 2019 00:51:55 +0100 Subject: [PATCH] rustfmt: remove --- srcpkgs/rustfmt/template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/rustfmt/template diff --git a/srcpkgs/rustfmt/template b/srcpkgs/rustfmt/template deleted file mode 100644 index 92d5236805b..00000000000 --- a/srcpkgs/rustfmt/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'rustfmt' -pkgname=rustfmt -version=0.9.0 -revision=3 -build_style=cargo -short_desc="Tool to find and fix Rust formatting issues" -maintainer="Orphaned " -license="Apache-2.0, MIT" -homepage="https://github.com/rust-lang-nursery/${pkgname}" -distfiles="${homepage}/archive/${version}.tar.gz" -checksum=8c5627be2d3304af70c724f2f9114b14683d836475d0c5f98786c81eb9df420a - -post_install() { - vdoc README.md - vlicense LICENSE-APACHE - vlicense LICENSE-MIT -}