mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
702c0e236a
* feat: add zrok * cleanup * less stringent build deps --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
29 lines
494 B
YAML
29 lines
494 B
YAML
distributable:
|
|
url: https://github.com/openziti/zrok/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
display-name: zrok
|
|
|
|
versions:
|
|
github: openziti/zrok
|
|
|
|
build:
|
|
dependencies:
|
|
go.dev: ^1.21
|
|
nodejs.org: ^21
|
|
npmjs.com: ^10
|
|
script:
|
|
- run: |
|
|
npm install
|
|
npm run build
|
|
working-directory: ui
|
|
- mkdir -p "{{prefix}}/bin"
|
|
- go build -o "{{prefix}}/bin" ./...
|
|
|
|
provides:
|
|
- bin/zrok
|
|
- bin/copyto
|
|
- bin/pastefrom
|
|
|
|
test: zrok version
|