Search Criteria
Package Details: bunjs-bin 1.0.3-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/bunjs-bin.git (read-only, click to copy) |
---|---|
Package Base: | bunjs-bin |
Description: | All-in-one JavaScript runtime built for speed, with bundler, transpiler, test runner, and package manager. Includes bunx, shell completions and support for baseline CPUs |
Upstream URL: | https://github.com/oven-sh/bun |
Keywords: | bun, javascript, npm |
Licenses: | MIT |
Conflicts: | bun, bun-bin |
Provides: | bun |
Submitter: | NoelJacob |
Maintainer: | NoelJacob |
Last Packager: | NoelJacob |
Votes: | 13 |
Popularity: | 8.14 |
First Submitted: | 2023-02-28 14:15 (UTC) |
Last Updated: | 2023-09-22 16:21 (UTC) |
Latest Comments
NoelJacob commented on 2023-09-12 17:13 (UTC)
@shizeeg It's done! Thanks :D
shizeeg commented on 2023-09-11 19:46 (UTC)
I've added non-avx2 CPUs support AKA -baseline.zip and added shell completions. pls consider merging:
https://github.com/shizeeg/PKGBUILDs/blob/master/bunfs-bin/PKGBUILD
abhinav commented on 2023-07-14 13:21 (UTC)
Ah, I didn't realize that existed. Thanks, @NoelJacob.
NoelJacob commented on 2023-07-13 16:53 (UTC)
@abhinav checkout bunjs-baseline-bin I made for that, otherwise 2 binaries will be downloaded for everyone.
abhinav commented on 2023-07-10 13:00 (UTC)
Hey, this binary of bun fails with 'illegal hardware instruction (core dumped)' on systems that don't have the relevant instruction. In the bun install script at https://bun.sh/install, they pick between the default x64 binary and the x64-baseline binary depending on the availability of this instruction.
If you
git apply
this patch to the package, it should do the same: https://gist.github.com/abhinav/8a40a9ab434d5a485acc67b2a28732eb