From a9378fe572ab53f08e343e137d4ad91ddfc0a9ed Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 23 Jul 2018 22:16:23 -0700 Subject: [PATCH] New package: atlantis-0.4.3 --- srcpkgs/atlantis/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/atlantis/template diff --git a/srcpkgs/atlantis/template b/srcpkgs/atlantis/template new file mode 100644 index 00000000000..ee23e0152ca --- /dev/null +++ b/srcpkgs/atlantis/template @@ -0,0 +1,20 @@ +# Template file for 'atlantis' +pkgname=atlantis +version=0.4.3 +revision=1 +build_style=go +go_import_path="github.com/runatlantis/atlantis" +hostmakedepends="dep" +depends="terraform" +short_desc="Terraform Automation By Pull Request" +maintainer="Michael Aldridge " +license="Apache-2.0" +homepage="https://runatlantis.io" +distfiles="https://github.com/runatlantis/atlantis/archive/v$version.tar.gz" +checksum=ca5373294ef0b13391a2cffc6cb3b6378dc9a5a337381d9cb81a7566d7172239 + +pre_build() { + cd $GOSRCPATH + dep ensure + go generate +}