Package Details: bun-bin 1.1.7-1

Git Clone URL: https://aur.archlinux.org/bun-bin.git (read-only, click to copy)
Package Base: bun-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
Provides: bun
Submitter: thdxr
Maintainer: NoelJacob
Last Packager: NoelJacob
Votes: 52
Popularity: 3.92
First Submitted: 2022-07-06 01:57 (UTC)
Last Updated: 2024-05-03 14:28 (UTC)

Dependencies (0)

Required by (2)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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

nachtjasmin commented on 2023-09-08 17:14 (UTC) (edited on 2023-09-08 20:55 (UTC) by nachtjasmin)

It would be nice if the shell completions could also be created with the package. See also: https://wiki.archlinux.org/title/Shell_package_guidelines

thanks. :3

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

NoelJacob commented on 2023-06-28 19:43 (UTC)

@37h4n Added on https://aur.archlinux.org/packages/bunjs-bin

37h4n commented on 2023-05-21 22:42 (UTC) (edited on 2023-05-21 22:45 (UTC) by 37h4n)

I modified the PKGBUILD to add aarch64 support for Asahi Linux users:

https://bafybeibaidvchrlx5owylsf6k7mwapisl7gychrtjflqqnic2ftoqetvie.ipfs.kubo.sudoer.ch/?filename=0.6.2_1.PKGBUILD (backup link)

It would be great to see this make its way into the official package.

NoelJacob commented on 2023-02-28 08:41 (UTC) (edited on 2023-02-28 08:42 (UTC) by NoelJacob)

Please update it or give me to maintain it. The bun package is rapidly being updated but I can take care of it.

frangio commented on 2022-09-24 20:56 (UTC)

Please add checksums to this package.

aorth commented on 2022-08-24 04:39 (UTC) (edited on 2022-08-24 04:46 (UTC) by aorth)

Why do you skip sha512sums? That's like taking the brakes off your bike to make it faster. If you can't be bothered to update the sha512sums with every release, you should let someone else maintain this package.

Also, the canonical GitHub repository for bun has changed to https://github.com/oven-sh/bun, as @orans mentioned.