mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
2bbb1b578f
in practice it doesn’t it provides a tool to control terraform.io
23 lines
441 B
YAML
23 lines
441 B
YAML
distributable:
|
|
url: https://github.com/tfutils/tfenv/archive/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: tfutils/tfenv
|
|
|
|
dependencies:
|
|
gnu.org/grep: '*'
|
|
|
|
build:
|
|
script:
|
|
- mkdir -p {{ prefix }}
|
|
- cp -R bin lib libexec share CHANGELOG.md "{{ prefix }}"
|
|
|
|
provides:
|
|
# - bin/terraform
|
|
# ^^ while strictly true, saying we provide this is misleading
|
|
- bin/tfenv
|
|
|
|
test:
|
|
tfenv --version | grep {{ version }}
|