Add devel/atlantis: Terraform pull requests automation

PR:		261643
This commit is contained in:
Gabriel M. Dutra 2022-02-05 17:41:41 +08:00 committed by Li-Wen Hsu
parent fdfd3de1e0
commit 30bd2f5fe3
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
4 changed files with 33 additions and 0 deletions

View File

@ -210,6 +210,7 @@
SUBDIR += asyncplusplus
SUBDIR += atf
SUBDIR += athens
SUBDIR += atlantis
SUBDIR += atlas
SUBDIR += atlas-devel
SUBDIR += aunit

23
devel/atlantis/Makefile Normal file
View File

@ -0,0 +1,23 @@
# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
PORTNAME= atlantis
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.2
CATEGORIES= devel
MAINTAINER= 0xdutra@gmail.com
COMMENT= Terraform Pull Requests Automation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= terraform:sysutils/terraform
USES= go:modules
GO_MODULE= github.com/runatlantis/atlantis
CGO_ENABLED= 0
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
devel/atlantis/distinfo Normal file
View File

@ -0,0 +1,5 @@
TIMESTAMP = 1643681814
SHA256 (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.mod) = 9fcfda8266807b9fccd6582393b58f693c70871980ddf8b2d25fb50c042b2bb9
SIZE (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.mod) = 6131
SHA256 (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.zip) = aeef694a86071ddb4f76fedf9966c6b68708119c0766ad2f5b489361904938a1
SIZE (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.zip) = 3976137

4
devel/atlantis/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
A self-hosted golang application that listens for Terraform pull request
events via webhooks.
WWW: https://www.runatlantis.io