From f6170ea8ab34753824abf119c009d9816a0ed8b2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 12 Jun 2015 12:14:40 +0200 Subject: [PATCH] New package: crane-1.3.1 --- srcpkgs/crane/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/crane/template diff --git a/srcpkgs/crane/template b/srcpkgs/crane/template new file mode 100644 index 00000000000..ef64a7f926e --- /dev/null +++ b/srcpkgs/crane/template @@ -0,0 +1,18 @@ +# Template file for 'crane' +pkgname=crane +version=1.3.1 +revision=1 +build_style=go +hostmakedepends="git" +short_desc="Lift containers with ease " +maintainer="Andrea Brancaleoni " +license="MIT" +go_import_path="github.com/michaelsauter/crane" +homepage="https://${go_import_path}" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=9670d7ce3efb8a6ecd83f5a2e55270f15b55957abc3431fa1432c92440b556ba + +post_install() { + vlicense LICENSE + vdoc README.md +}