File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Template file for 'biome'
2+ pkgname=biome
3+ version=2.3.7
4+ revision=1
5+ archs="~i686*"
6+ build_style=cargo
7+ build_wrksrc="crates/biome_cli"
8+ hostmakedepends="pkg-config"
9+ makedepends="libgit2-1.9-devel"
10+ short_desc="Language server for web projects (HTML, CSS, JavaScript)"
11+ maintainer="Bnyro <bnyro@tutanota.com>"
12+ license="MIT OR Apache-2.0"
13+ homepage="https://github.com/biomejs/biome"
14+ changelog="https://raw.githubusercontent.com/biomejs/biome/refs/heads/main/packages/@biomejs/biome/CHANGELOG.md"
15+ distfiles="https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@${version}.tar.gz"
16+ checksum=42d2787840425ecc36d673ceff87d0a09557b126317dbafad4fc70fbab3e4a3c
17+ make_check=no # tests assume version code 0.0.0, we use $version however
18+
19+ export BIOME_VERSION=${version}
20+
21+ post_install() {
22+ vlicense ../../LICENSE-MIT
23+ }
You can’t perform that action at this time.
0 commit comments