mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+dprint.dev -- Pluggable and configurable code formatting platform written in Rust.
This commit is contained in:
parent
2396135970
commit
7bd83f9ea6
1 changed files with 22 additions and 0 deletions
22
projects/dprint.dev/package.yml
Normal file
22
projects/dprint.dev/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
distributable:
|
||||
url: https://github.com/dprint/dprint/archive/refs/tags/{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/dprint
|
||||
|
||||
versions:
|
||||
github: dprint/dprint
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
working-directory: crates/dprint
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(dprint --version)" = "dprint {{version}}"
|
Loading…
Reference in a new issue