316ffcc245
Potentially breaking changes: - JUnit output now includes OPA namespace in test name for better grouping - Output for parse command only emits valid JSON New features: - Support for JSONC files. Thank you @greggroth! Other Improvements: - Bump OPA to v0.39.0 - Bump Golang to v1.18.1 - Builds now include ppc64le architecture. Thank you @seth-priya!
20 lines
570 B
Makefile
20 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/04/20 10:10:39 leot Exp $
|
|
|
|
DISTNAME= conftest-0.31.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=open-policy-agent/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://www.conftest.dev/
|
|
COMMENT= Tests structured configuration data via OPA Rego query language
|
|
LICENSE= apache-2.0
|
|
|
|
GO_BUILD_PATTERN+= -ldflags ' \
|
|
-X github.com/open-policy-agent/conftest/internal/commands.version=${GITHUB_TAG}' \
|
|
.
|
|
|
|
.include "go-modules.mk"
|
|
|
|
.include "../../lang/go/go-module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|