+biome -- Formatter and linter for web dev (#3344)

* +biome -- Formatter and linter for web dev

* cc + make
This commit is contained in:
Kevin Chen 2023-09-17 12:46:23 -04:00 committed by GitHub
parent c382e750d3
commit 08981e8875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
distributable:
url: https://github.com/biomejs/biome/archive/refs/tags/cli/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/biome
versions:
github: biomejs/biome
strip: /cli/v/
build:
working-directory: crates/biome_cli
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
env:
RUSTFLAGS: "-C strip=symbols"
BIOME_VERSION: 'v{{version}}'
test:
script:
- |
test "$(biome --version)" = "Version: v{{version}}"