void-packages/srcpkgs/atlantis/template
2019-09-15 21:00:18 -07:00

20 lines
548 B
Bash

# Template file for 'atlantis'
pkgname=atlantis
version=0.9.0
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=ff3b8b38c59c54ff9ff2dfd0c53c69af5308a6c6f64f92d1c4ece87a7d35f1c6
pre_build() {
cd $GOSRCPATH
dep ensure
go generate
}