blob: 06e32ad7dbdfbb5021eabb849293ab66be8b419b (
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.29
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
license = GPL
makedepends = clang
makedepends = cmake
makedepends = esbuild
makedepends = git
makedepends = go
makedepends = icu
makedepends = libiconv
makedepends = libtool
makedepends = lld
makedepends = llvm
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.29
source = bun-linux-x64-1.0.29.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.29/bun-linux-x64-baseline.zip
b2sums = SKIP
b2sums = 9da09ad3981579847228fdde4e95a5b39fb84f4cbd973865dbf0bdd4499e550b7943a1418c42e4e1084b55e3c23f5b5ab7110e86aef3e679d0f81f6fc0fd7b50
pkgname = bun
|