New package: atlantis-0.4.3
This commit is contained in:
parent
894ba083a1
commit
a9378fe572
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'atlantis'
|
||||
pkgname=atlantis
|
||||
version=0.4.3
|
||||
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=ca5373294ef0b13391a2cffc6cb3b6378dc9a5a337381d9cb81a7566d7172239
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
dep ensure
|
||||
go generate
|
||||
}
|
Loading…
Reference in New Issue