mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+convco -- Conventional commits, changelog, versioning, validation (#3115)
* +convco -- Conventional commits, changelog, versioning, validation * fix: gx/make
This commit is contained in:
parent
b169a889a7
commit
76cdbcba5f
23
projects/convco.github.io/package.yml
Normal file
23
projects/convco.github.io/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
distributable:
|
||||
url: https://github.com/convco/convco/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/convco
|
||||
|
||||
versions:
|
||||
github: convco/convco
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
rust-lang.org: '>=1.56'
|
||||
rust-lang.org/cargo: '*'
|
||||
cmake.org: ^3
|
||||
script: |
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(convco --version)" = "convco {{version}}"
|
Loading…
Reference in a new issue