* +topgrade

* system check will fail the dry-run
This commit is contained in:
Jacob Heider 2024-04-25 15:42:10 -04:00 committed by GitHub
parent afe4048f60
commit 7f28bfefcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,19 @@
distributable:
url: https://github.com/topgrade-rs/topgrade/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/topgrade
versions:
github: topgrade-rs/topgrade
build:
dependencies:
rust-lang.org: '>=1.56'
rust-lang.org/cargo: '*'
script: cargo install --locked --path . --root {{prefix}}
test:
- test "$(topgrade --version)" = "Topgrade {{version}}"
- topgrade --dry-run --disable system