mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+craftql — GraphQL schema to Graphviz export (#3051)
* +craftql * use /tags --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
772137833f
commit
5d555fea5d
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/craftql/package.yml
Normal file
21
projects/crates.io/craftql/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/yamafaktory/craftql/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/craftql
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: yamafaktory/craftql/tags
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.56'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: |
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(craftql --version)" = "craftql {{version}}"
|
Loading…
Reference in a new issue