Skip to content

Commit 6f160c8

Browse files
committed
New package: biome-2.3.7
1 parent 9ec80f3 commit 6f160c8

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

srcpkgs/biome/template

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)