Skip to content

Commit

Permalink
+sleek -- SQL Formatting CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmichaelchen authored and jhheider committed Aug 21, 2023
1 parent 8660a3e commit b853b1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/crates.io/sleek/package.yml
Original file line number Diff line number Diff line change
@@ -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}}"

0 comments on commit b853b1e

Please sign in to comment.