mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+commit -- CLI to assist with Conventional Commits
This commit is contained in:
parent
f1dd04c5ae
commit
82e2de390e
21
projects/github.com/alt-art/commit/package.yml
Normal file
21
projects/github.com/alt-art/commit/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: https://github.com/alt-art/commit/archive/refs/tags/{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/commit
|
||||
|
||||
versions:
|
||||
github: alt-art/commit
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(commit --version)" = "commit {{version}}"
|
Loading…
Reference in a new issue