blob: 93196be66faa9e534da9e4f397f8e771e5af120b (
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
|
pkgbase = bun-git
pkgdesc = Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a minor binary depending on your CPU.
pkgver = 1.0.36.r9080.02ad501
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
license = MIT
makedepends = bun
makedepends = llvm
makedepends = clang
makedepends = lld
makedepends = ccache
makedepends = cmake
makedepends = git
makedepends = go
makedepends = libiconv
makedepends = libtool
makedepends = make
makedepends = ninja
makedepends = pkg-config
makedepends = python
makedepends = rust
makedepends = sed
makedepends = unzip
makedepends = ruby
provides = bun
conflicts = bun
conflicts = bun-bin
source = git+https://github.com/oven-sh/bun
sha256sums = SKIP
pkgname = bun-git
|