void-packages/srcpkgs/atlantis/template
2019-06-19 22:46:24 -07:00

20 lines
548 B
Bash

# Template file for 'atlantis'
pkgname=atlantis
version=0.8.2
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 <maldridge@voidlinux.org>"
license="Apache-2.0"
homepage="https://runatlantis.io"
distfiles="https://github.com/runatlantis/atlantis/archive/v${version}.tar.gz"
checksum=e9808239f272218dcf3e77ace9567ac2aea60dc7bc40e72f9031dfc77068e656
pre_build() {
cd $GOSRCPATH
dep ensure
go generate
}