mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
Add conftest
This commit is contained in:
parent
d41fa2a739
commit
468ee034f9
26
projects/conftest.dev/package.yml
Normal file
26
projects/conftest.dev/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/open-policy-agent/conftest/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: open-policy-agent/conftest
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
go.dev: ^1.21
|
||||||
|
script: |
|
||||||
|
go build -ldflags="$LDFLAGS" -o $BUILDLOC .
|
||||||
|
env:
|
||||||
|
CGO_ENABLED: 0
|
||||||
|
LDFLAGS:
|
||||||
|
- -X github.com/open-policy-agent/conftest/internal/commands.version={{version}}
|
||||||
|
BUILDLOC: '{{prefix}}/bin/conftest'
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/conftest
|
||||||
|
|
||||||
|
test:
|
||||||
|
dependencies:
|
||||||
|
gnu.org/grep: '*'
|
||||||
|
script: |
|
||||||
|
test "$(conftest --version | grep Conftest:)" = "Conftest: {{version}}"
|
Loading…
Reference in a new issue