cocogitto -- Conventional Commits toolbox (#3095)

* cocogitto -- Conventional Commits toolbox

* refactor: rename package to cocogitto.io
This commit is contained in:
Kevin Chen 2023-08-26 09:30:17 -04:00 committed by GitHub
parent 6e0f3ad708
commit 7836137f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}"