blob: fd412ef48dc850b45d96c0029d0d281e98c9ba62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = bun
pkgdesc = Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a smaller and faster binary depending on your CPU.
pkgver = 1.0.31
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
license = GPL
makedepends = clang16
makedepends = cmake
makedepends = esbuild
makedepends = git
makedepends = go
makedepends = icu
makedepends = libiconv
makedepends = libtool
makedepends = lld16
makedepends = llvm16
makedepends = ninja
makedepends = pkg-config
makedepends = python
makedepends = ruby
makedepends = rust
makedepends = unzip
conflicts = bun-bin
source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.0.31
source = bun-linux-x64-1.0.31.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.31/bun-linux-x64.zip
b2sums = 3704c6f921822546a14bf489dbe74b1330310cc46e65340488ee629452457c59685a8de42f6740429be4239c5b3a1442a04c89a0c3b3bde1fc5dde11843f4271
b2sums = 9de8e4752d9ba25c5c173c260e1650dd36dba612b06b3aef031caed8f674c7b7a6124b2fb5218451c5981e358685313ad94ddbe72fd86fdd57cb5b2193f59968
pkgname = bun
|