void-packages/srcpkgs/atlantis/template
2018-12-15 16:05:27 -08:00

20 lines
548 B
Bash

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