mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
rename encore.dev/go:go to encore-go
This commit is contained in:
parent
b987338a88
commit
c90d3977b7
1 changed files with 4 additions and 6 deletions
|
@ -7,17 +7,13 @@ versions:
|
||||||
display-name: encore-go
|
display-name: encore-go
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/go
|
- bin/encore-go
|
||||||
|
|
||||||
interprets:
|
|
||||||
extensions: go
|
|
||||||
args: [go, run]
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
curl.se/ca-certs: '*'
|
curl.se/ca-certs: '*'
|
||||||
|
|
||||||
companions:
|
companions:
|
||||||
tea.xyz/gx/cc: c99 # for `cgo`
|
tea.xyz/gx/cc: c99 # for `cgo`
|
||||||
|
|
||||||
warnings:
|
warnings:
|
||||||
- vendored
|
- vendored
|
||||||
|
@ -34,6 +30,8 @@ build:
|
||||||
- curl -L https://github.com/encoredev/go/releases/download/encore-go{{version}}/$TYPE.tar.gz | tar zxvf -
|
- curl -L https://github.com/encoredev/go/releases/download/encore-go{{version}}/$TYPE.tar.gz | tar zxvf -
|
||||||
- run: cp -a $SRCROOT/encore-go/* .
|
- run: cp -a $SRCROOT/encore-go/* .
|
||||||
working-directory: ${{prefix}}
|
working-directory: ${{prefix}}
|
||||||
|
- run: cp go encore-go
|
||||||
|
working-directory: ${{prefix}}/bin
|
||||||
env:
|
env:
|
||||||
linux/x86-64:
|
linux/x86-64:
|
||||||
TYPE: linux_x86-64
|
TYPE: linux_x86-64
|
||||||
|
|
Loading…
Reference in a new issue