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}}"