2023-09-17 02:12:08 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/tummychow/git-absorb/archive/refs/tags/{{ version }}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/git-absorb
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: tummychow/git-absorb
|
|
|
|
strip: /v/
|
|
|
|
|
2023-11-30 00:09:33 +03:00
|
|
|
dependencies:
|
|
|
|
libgit2.org: ^1
|
|
|
|
|
2023-09-17 02:12:08 +03:00
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
rust-lang.org: '>=1.65'
|
|
|
|
rust-lang.org/cargo: '*'
|
2023-11-30 00:09:33 +03:00
|
|
|
script: cargo install --locked --path . --root {{prefix}}
|
2023-09-17 02:12:08 +03:00
|
|
|
|
|
|
|
test:
|
|
|
|
script:
|
|
|
|
- test "$(git-absorb --version)" = "git-absorb {{version}}"
|