conda-forge / staged-recipes

A place to submit conda recipes before they become fully fledged conda-forge feedstocks
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
701 stars 4.87k forks source link

Package request: bun #23948

Open lucasfcnunes opened 1 year ago

lucasfcnunes commented 1 year ago

Package name

bun

Package version

1.0.0

Package website

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

Package availability

  1. curl -fsSL https://bun.sh/install | bash
  2. https://github.com/oven-sh/bun/releases/tag/bun-v1.0.0

Additional comments

Package is not available

No previous issues or open PRs

codegod100 commented 8 months ago

I would add this myself if I was experienced adding packages to conda

pavelzw commented 6 months ago

Before this can be added, you probably need to bring the latest version of zig in a usable state: https://github.com/conda-forge/zig-feedstock

Yamboy1 commented 4 months ago

+1 on adding bun to conda forge.

@pavelzw I don't know much about conda-forge packaging, but is there a reason zig needs to happen before bun? Couldn't we just use a precompiled binary, or does it need to build from source?

Thanks.

pavelzw commented 4 months ago

Package managing ecosystems usually want to be able to build the packages themselves if possible.