mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
+squawk -- a linter for PostgreSQL migrations (#3082)
* +squawk -- a linter for Postgres migrations * fix: openssl * fix: perl * fix: typo * needs make * proc-macro2 seems version-fragile --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
74cebbe0fc
commit
2c0bc6ace6
1 changed files with 25 additions and 0 deletions
25
projects/squawkhq.com/package.yml
Normal file
25
projects/squawkhq.com/package.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/sbdchd/squawk/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/squawk
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: sbdchd/squawk
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
working-directory: cli
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
rust-lang.org: '>=1.65'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
openssl.org: '*'
|
||||||
|
perl.org: '*'
|
||||||
|
script:
|
||||||
|
cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(squawk --version)" = "squawk {{version}}"
|
Loading…
Reference in a new issue