termux-user-repository / tur

A place for all types of Termux packages.
Other
467 stars 87 forks source link

[Package]: Bun #571

Open earningpoints opened 1 year ago

earningpoints commented 1 year ago

Name

Bun Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Home page URL

https://bun.sh

Source code URL

https://github.com/oven-sh/bun

Packaging policy acknowledgement

Additional information

No response

licy183 commented 1 year ago

It requires Linux kernel version 5.1, which is not available on most Android devices. And it doesn't compile for other libcs (such as musl). So I'd like to let this open until upstream gives a solution.

jothi-prasath commented 1 year ago

image @licy183 i ran bun using grun

check this https://github.com/jothi-prasath/tur/blob/bun/tur/bun/build.sh

licy183 commented 1 year ago

The binaries in TUR packages should link against bionic libc, rather than GNU libc. I currently have no plan to support for GNU libc environments (with a custom loader path).