mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+clog -- Changelog Generator
This commit is contained in:
parent
7bf675f162
commit
a47af95d71
21
projects/clog-tool.github.io/package.yml
Normal file
21
projects/clog-tool.github.io/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/clog-tool/clog-cli/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/clog
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: clog-tool/clog-cli
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ">=1.56"
|
||||||
|
rust-lang.org/cargo: "*"
|
||||||
|
script:
|
||||||
|
- cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(clog --version)" = "clog {{version}}"
|
Loading…
Reference in a new issue