From 9d1c39beb68eddc37c7026410178a0fe5ab4f909 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 19 Nov 2018 19:49:40 +0100 Subject: [PATCH] New package: cargo-outdated-0.7.1 --- srcpkgs/cargo-outdated/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/cargo-outdated/template diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template new file mode 100644 index 00000000000..f72f99a63e0 --- /dev/null +++ b/srcpkgs/cargo-outdated/template @@ -0,0 +1,17 @@ +# Template file for 'cargo-outdated' +pkgname=cargo-outdated +version=0.7.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="libgit2-devel libressl-devel" +short_desc="Cargo subcommand for displaying when dependencies are out of date" +maintainer="Rasmus Thomsen " +license="MIT" +homepage="https://github.com/kbknapp/cargo-outdated" +distfiles="https://static.crates.io/crates/cargo-outdated/cargo-outdated-${version}.crate" +checksum=3dfd9bf724f19c30dc9cb933a967746113e1c8283ab195ce44dd7ac9a8579180 + +post_install() { + vlicense LICENSE-MIT +}