mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+tailcall -- A high-performance no-code GraphQL backend
This commit is contained in:
parent
fbf48587bb
commit
fa89a16b61
22
projects/tailcall.run/package.yml
Normal file
22
projects/tailcall.run/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/tailcallhq/tailcall/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/tailcall
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: tailcallhq/tailcall
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
env:
|
||||||
|
APP_VERSION: "{{ version }}"
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ">=1.65"
|
||||||
|
rust-lang.org/cargo: "*"
|
||||||
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(tailcall --version)" = "tailcall {{version}}"
|
Loading…
Reference in a new issue