mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
31 lines
701 B
YAML
31 lines
701 B
YAML
distributable:
|
|
url: https://github.com/arxanas/git-branchless/archive/refs/tags/v{{ version }}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/git-branchless
|
|
|
|
versions:
|
|
github: arxanas/git-branchless
|
|
strip: /v/
|
|
|
|
build:
|
|
working-directory: git-branchless
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
script: |
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
dependencies:
|
|
git-scm.org: '*'
|
|
script:
|
|
- git clone https://github.com/kelseyhightower/nocode
|
|
- cd nocode
|
|
- git branchless init
|
|
- test "$(git branchless --version)" = "git-branchless-opts {{version}}"
|
|
- git branchless init --uninstall
|
|
- cd ..
|
|
- rm -rf nocode
|