Skip to content

Commit b8704f8

Browse files
committed
New package: biome-2.4.4
1 parent 6f8cf04 commit b8704f8

2 files changed

Lines changed: 25 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.4.4
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=d1f330bbcebf2cdecb1f39d23e3739bcd61a1cda35fad36640cfcc9d55214aaf
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+
}

srcpkgs/biome/update

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# version number may not end with a dot
2+
pattern="@biomejs/biome@\K[\d.]+\d"

0 commit comments

Comments
 (0)