mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+versio -- manage semantic versions based on conventional commits (#3201)
* +versio -- manage semantic versions based on conventional commits * add gpgme dep * gpgme ^1.13 * needs libassuan * runtime libs * zlib --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
561add1213
commit
c02a523802
1 changed files with 29 additions and 0 deletions
29
projects/crates.io/versio/package.yml
Normal file
29
projects/crates.io/versio/package.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/chaaz/versio/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/versio
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: chaaz/versio
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
openssl.org: ^1.1
|
||||||
|
gnupg.org/libgpg-error: 1
|
||||||
|
gnupg.org/gpgme: ^1.13
|
||||||
|
gnupg.org/libassuan: '*'
|
||||||
|
zlib.net: ^1
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.65'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
freedesktop.org/pkg-config: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(versio --version)" = "versio {{version}}"
|
Loading…
Reference in a new issue