mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
262fc7508a
* new file: projects/github.com/tfutils/tfenv/package.yml * simpler build script --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
21 lines
373 B
YAML
21 lines
373 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
|
|
- bin/tfenv
|
|
|
|
test:
|
|
tfenv --version | grep {{ version }}
|