summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 842525de09fcdca535307dc7e483f05b9d796bff (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
35
36
37
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.8
	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
	makedepends = zig
	depends = zlib
	depends = libarchive
	depends = mimalloc
	depends = libuv
	depends = sqlite
	conflicts = bun-bin
	options = !lto
	source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.1.8
	source = bun-linux-x64-1.1.8.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.1.8/bun-linux-x64.zip
	b2sums = d9f34e29168c098c14c5a5615ced208db1ae8b26ce1922eb05184db0899ccf4cca53848d23d1f1e65237c1a1566ce2ee12fae9694388da48c3bb51213609a011
	b2sums = 6baced56b92e9577859c58f71d4f5ac036c08d972e51a4bf77b5223e385476ef21a689aac76fccd92debb18db55865042838361144d3ab8936dd94564a6329e6

pkgname = bun