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 »

rafaelff commented on 2024-01-08 18:02 (UTC)

namcap reports:

bun-bin E: Missing custom license directory (usr/share/licenses/bun-bin)

Quoting license section from PKGBUILD page in ArchWiki:

License families like BSD or MIT are, strictly speaking, not a single license and each instance requires a separate license file. In license variable refer to them using a common SPDX identifier (e.g. 'BSD-3-Clause' or 'MIT'), but then provide the corresponding file as if it was a custom license.

jkcdarunday commented on 2023-12-12 16:48 (UTC)

Does not build for aarch64 with the ff. error:

==> Starting package()...
install: cannot stat './bun-linux-aarch64/bun': No such file or directory

Looks like the wrong path is used as there's already a cd to bun-linux-aarch64 beforehand. Updating this install command to exclude the directory seems to fix this.

-    install -Dm755 "./bun-linux-aarch64/bun" "${pkgdir}/usr/bin/bun"
+    install -Dm755 "./bun" "${pkgdir}/usr/bin/bun"

NoelJacob commented on 2023-10-14 06:54 (UTC)

bunjs-bin has been merged into this, y'all :)

NoelJacob commented on 2023-10-13 14:54 (UTC)

Got it :)

thdxr commented on 2023-10-13 14:53 (UTC)

@NoelJacob yep i just disowned it

NoelJacob commented on 2023-10-13 14:49 (UTC)

@thdxr I'd be happy to adopt your package and then merge bunjs-bin with this so that I can get the bun-bin namespace. Does it look like a good idea to you?

thdxr commented on 2023-10-13 14:41 (UTC)

I am trying to get this merged with bunjs-bin

NoelJacob commented on 2023-10-12 14:49 (UTC)

@rnestler I have sent a merge request and this package updatation is done automatically by github actions. I only update PKGBUILD according to requests.

rnestler commented on 2023-10-12 14:28 (UTC)

@NoelJacob Yes, bun-bin looks unmaintened. Would it make sense to merge the two packages? Maybe @thdxr would be interested in co-maintaining?

NoelJacob commented on 2023-10-12 13:34 (UTC)

@rnestler this is updated now, within 10 minutes while bun-bun isn't and also check the differences in PKGBUILDs. Started this initially for personal use.