mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
35 lines
558 B
YAML
35 lines
558 B
YAML
|
distributable:
|
||
|
url: git+https://github.com/hashicorp/vault
|
||
|
ref: v{{version}}
|
||
|
|
||
|
versions:
|
||
|
github: hashicorp/vault
|
||
|
|
||
|
platforms:
|
||
|
- darwin
|
||
|
- linux/x86-64
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
go.dev: '*'
|
||
|
nodejs.org: ^18
|
||
|
python.org: ^3.11
|
||
|
npmjs.com: '*'
|
||
|
classic.yarnpkg.com: '*'
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
git-scm.org: '*'
|
||
|
# TODO: gox
|
||
|
script: |
|
||
|
make bootstrap static-dist dev-ui
|
||
|
|
||
|
mkdir -p {{prefix}}/bin
|
||
|
mv bin/vault {{prefix}}/bin/vault
|
||
|
|
||
|
provides:
|
||
|
- bin/vault
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
vault --version
|