github.com/tfutils/tfenv (#2157)

* new file:   projects/github.com/tfutils/tfenv/package.yml

* simpler build script

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Andrew 2023-06-12 17:26:09 +03:00 committed by GitHub
parent 1b82468ba6
commit 262fc7508a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
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 }}