Search Criteria
Package Details: bun 1.1.38-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bun.git (read-only, click to copy) |
---|---|
Package Base: | bun |
Description: | 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. |
Upstream URL: | https://github.com/oven-sh/bun |
Keywords: | bun compile js node ts |
Licenses: | GPL |
Conflicts: | bun-bin |
Submitter: | tiziodcaio |
Maintainer: | tiziodcaio |
Last Packager: | tiziodcaio |
Votes: | 18 |
Popularity: | 1.99 |
First Submitted: | 2023-09-12 21:31 (UTC) |
Last Updated: | 2024-12-07 12:23 (UTC) |
Dependencies (18)
- ccache (ccache-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- icu (icu-gitAUR) (make)
- libdeflate (libdeflate-gitAUR) (make)
- libiconv (make)
- libtool (libtool-gitAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- ruby (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (13)
- bun-git (make)
- citadel-git (make)
- cup-docker (make)
- dogelog-js (optional)
- keyvis
- keyvis (make)
- onlook-git (make)
- overlay-spirit-git (make)
- photon-lemmy
- soundcloud-rpc-git (make)
- text-vision-git (make)
- webcam-glass-git (make)
- wora-git (make)
Latest Comments
« First ‹ Previous 1 2 3
jcaesar commented on 2023-09-14 02:30 (UTC)
I suppose the fact that this depends on bun itself can be worked around by first installing bun-bin. Still, I'm not able to build, it fails with
aorth commented on 2023-09-13 08:02 (UTC) (edited on 2023-09-13 08:02 (UTC) by aorth)
There seem to be build issues here:
provide=(bun)
conflicts=(bun)
conflicts=(bun-bin)
replaces=(bun-bin)
Even so, I still fail to build this package. I think it's because the prepare step is calling
bun
but we don't have bun installed yet. :P It's a good idea to build these packages in a clean chroot with aurutils so you can see these build issues.MarsSeed commented on 2023-09-12 22:16 (UTC)
Please remove replaces=(bun-bin). That package has its own legitimate basis for existence.
« First ‹ Previous 1 2 3