Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission: Bun #24150

Merged
merged 2 commits into from
Jun 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions devel/bun/bun/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup npm 1.0

name bun
version 1.1.10
maintainers johnlindop.com:git
JLindop marked this conversation as resolved.
Show resolved Hide resolved
revision 0

description JavaScript runtime built from scratch to serve the modern JavaScript ecosystem

long_description Bun is an all-in-one JavaScript runtime & toolkit designed for \
speed, complete with a bundler, test runner, and Node.js-compatible \
package manager

categories devel
homepage https://bun.sh
license MIT

checksums rmd160 b7c118e527f587e5832b7b096780d60d6120bfc6 \
sha256 17e4deb24dc9d328c5a5b37fc1e58187e1d8587134378e9abf7e5f94379bf2f9 \
size 5455
JLindop marked this conversation as resolved.
Show resolved Hide resolved