mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
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:
parent
1b82468ba6
commit
262fc7508a
1 changed files with 20 additions and 0 deletions
20
projects/github.com/tfutils/tfenv/package.yml
Normal file
20
projects/github.com/tfutils/tfenv/package.yml
Normal 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 }}
|
Loading…
Reference in a new issue