From 2d2cbe9d18cd9a9c0eedf048f52d2a270ae19eb0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 20 Sep 2016 17:25:17 +0200 Subject: [PATCH] New package: shfmt-0.1.0 --- srcpkgs/shfmt/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/shfmt/template diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template new file mode 100644 index 00000000000..f78c41a2369 --- /dev/null +++ b/srcpkgs/shfmt/template @@ -0,0 +1,18 @@ +# Template file for 'shfmt' +pkgname=shfmt +version=0.1.0 +revision=1 +build_style=go +go_import_path="github.com/mvdan/sh" +go_package="${go_import_path}/cmd/shfmt" +wrksrc="sh-${version}" +short_desc="Shell parser and formatter" +maintainer="Michael Gehring " +license="BSD" +homepage="https://github.com/mvdan/sh" +distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" +checksum=357fa088dee9eaeceb2044df2456ab80cac33aca657fa920d052b04336d40150 + +post_install() { + vlicense LICENSE +}