void-packages/srcpkgs/atlantis/template

21 lines
547 B
Bash
Raw Normal View History

2018-07-24 07:16:23 +02:00
# Template file for 'atlantis'
pkgname=atlantis
2018-09-17 03:58:11 +02:00
version=0.4.8
2018-08-26 08:25:02 +02:00
revision=1
2018-07-24 07:16:23 +02:00
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"
2018-09-17 03:58:11 +02:00
checksum=196999623d7af03c07d76590953b4b0ea14c13519b25743b85e0eb1fe6954222
2018-07-24 07:16:23 +02:00
pre_build() {
cd $GOSRCPATH
dep ensure
go generate
}