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 +}