mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
new file: projects/eksctl.io/package.yml
This commit is contained in:
parent
33b8b26bc6
commit
ad5a8d32a0
1 changed files with 32 additions and 0 deletions
32
projects/eksctl.io/package.yml
Normal file
32
projects/eksctl.io/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
distributable:
|
||||
url: https://github.com/eksctl-io/eksctl/archive/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
versions:
|
||||
github: eksctl-io/eksctl
|
||||
dependencies:
|
||||
github.com/kubernetes-sigs/aws-iam-authenticator: '*'
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
github.com/maxbrunsfeld/counterfeiter: '*'
|
||||
go.dev: '*'
|
||||
github.com/kevinburke/go-bindata: '*'
|
||||
github.com/vburenin/ifacemaker: '*'
|
||||
vektra.github.io/mockery: '*'
|
||||
script:
|
||||
# This is necessary because during the build process, EKSCTL expects to find these binaries in this directory.
|
||||
- run: |
|
||||
ln -s {{deps.github.com/vburenin/ifacemaker.prefix}}/bin/ifacemaker ifacemaker
|
||||
ln -s {{deps.github.com/maxbrunsfeld/counterfeiter.prefix}}/bin/counterfeiter counterfeiter
|
||||
ln -s {{deps.github.com/kevinburke/go-bindata.prefix}}/bin/go-bindata go-bindata
|
||||
ln -s {{deps.vektra.github.io/mockery.prefix}}/bin/mockery mockery
|
||||
working-directory: $HOME/go/bin
|
||||
- make build
|
||||
- mkdir -p {{prefix}}/bin
|
||||
- install eksctl {{prefix}}/bin/
|
||||
provides:
|
||||
- bin/eksctl
|
||||
test:
|
||||
script:
|
||||
- eksctl version | grep {{version}}
|
Loading…
Reference in a new issue