mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
26 lines
537 B
YAML
26 lines
537 B
YAML
distributable:
|
|
url: https://github.com/cocogitto/cocogitto/archive/refs/tags/{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/cog
|
|
|
|
versions:
|
|
github: cocogitto/cocogitto
|
|
strip: /v/
|
|
|
|
dependencies:
|
|
libgit2.org: ~1.7 # links to libgit2.so.1.7
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.65'
|
|
rust-lang.org/cargo: '*'
|
|
script:
|
|
# no --locked flag because it was failing on proc_macro_span_shrink
|
|
- cargo install --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(cog --version)" = "cog {{version}}"
|