pantry/projects/github.com/kishaningithub/tf-import-gen/package.yml

26 lines
524 B
YAML
Raw Normal View History

distributable:
url: https://github.com/kishaningithub/tf-import-gen/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: kishaningithub/tf-import-gen
provides:
- bin/tf-import-gen
build:
dependencies:
go.dev: "*"
script:
- go build -v -ldflags="$LDFLAGS" -o "{{prefix}}"/bin/tf-import-gen
env:
CGO_ENABLED: 0
LDFLAGS:
- -s
- -w
- -X main.Version={{version}}
test:
- tf-import-gen --version
- tf-import-gen --version 2>&1 | grep -F "{{version}}"