mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+vault (#2138)
* +vault * -p * Update package.yml make dependencies * Update package.yml * try git clone based on error * whoops, old syntax * rename --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
57c7dbe980
commit
ddaef39837
1 changed files with 34 additions and 0 deletions
34
projects/vaultproject.io/package.yml
Normal file
34
projects/vaultproject.io/package.yml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
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
|
Loading…
Reference in a new issue