void-packages/srcpkgs/atlantis/template
2018-08-18 23:01:12 -07:00

20 lines
547 B
Bash

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