mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+zrok (#4164)
* feat: add zrok * cleanup * less stringent build deps --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
b5f4aa1b4c
commit
702c0e236a
28
projects/zrok.io/package.yml
Normal file
28
projects/zrok.io/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
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
|
Loading…
Reference in a new issue