mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+git-cliff (#2976)
* +git-cliff * rename --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
a0ba4aafb7
commit
7a2c5a3eea
1 changed files with 22 additions and 0 deletions
22
projects/git-cliff.org/package.yml
Normal file
22
projects/git-cliff.org/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
distributable:
|
||||
url: https://github.com/orhun/git-cliff/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/git-cliff
|
||||
|
||||
versions:
|
||||
github: orhun/git-cliff
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
working-directory: git-cliff
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(git-cliff --version)" = "git-cliff {{version}}"
|
Loading…
Reference in a new issue