mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
+sleek -- SQL Formatting CLI
This commit is contained in:
parent
8660a3ea73
commit
b853b1eddd
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/sleek/package.yml
Normal file
21
projects/crates.io/sleek/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/nrempel/sleek/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/sleek
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: nrempel/sleek
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.65'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(sleek --version)" = "sleek {{version}}"
|
Loading…
Reference in a new issue