+git-gone -- Cleanup stale Git branches of pull requests

This commit is contained in:
Kevin Chen 2023-08-25 22:09:34 -04:00 committed by Jacob Heider
parent ec25f33eb8
commit effb7ce6b2

View file

@ -0,0 +1,21 @@
distributable:
url: https://github.com/swsnr/git-gone/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/git-gone
versions:
github: swsnr/git-gone
strip: /v/
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(git-gone --version)" = "git-gone {{version}}"