mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
cocogitto -- Conventional Commits toolbox (#3095)
* cocogitto -- Conventional Commits toolbox * refactor: rename package to cocogitto.io
This commit is contained in:
parent
6e0f3ad708
commit
7836137f38
1 changed files with 22 additions and 0 deletions
22
projects/cocogitto.io/package.yml
Normal file
22
projects/cocogitto.io/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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/
|
||||||
|
|
||||||
|
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}}"
|
Loading…
Reference in a new issue