blob: 5ba700295b5906a1f038d81569e26433e7a1e276 (
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
31
32
33
34
|
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.1.38
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
license = GPL
makedepends = ccache
makedepends = clang
makedepends = cmake
makedepends = git
makedepends = go
makedepends = icu
makedepends = libdeflate
makedepends = libiconv
makedepends = libtool
makedepends = lld
makedepends = llvm
makedepends = mold
makedepends = ninja
makedepends = pkg-config
makedepends = python
makedepends = ruby
makedepends = rust
makedepends = unzip
conflicts = bun-bin
options = ccache
options = lto
source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.1.38
source = bun-linux-x64-1.1.38.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.1.38/bun-linux-x64.zip
b2sums = ca26422dac5bc9074bc62f3be079c33ed2481b8760f5f500b8f89d3e79aafa0df02bc83a2fd76d0b37cdbf17054cdcc048899e6a10d31505d3827550355e4c1f
b2sums = 73f55583a977835b16313a2d8b71bb324146af959f06f45596b6bdd50a43865ca75c80d649d8c662758ee794fc1515d425ee0dfb72efda4df18577fbbb1191bd
pkgname = bun
|