Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bun-0.5.9
@ 2023-04-30 10:45 Bnyro
  2023-04-30 11:41 ` atk
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Bnyro @ 2023-04-30 10:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages bun
https://github.com/void-linux/void-packages/pull/43681

New package: bun-0.5.9
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)

Concerning the license, there's currently no license file available at Bun's repo. See https://github.com/oven-sh/bun/issues/241.


A patch file from https://github.com/void-linux/void-packages/pull/43681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bun-43681.patch --]
[-- Type: text/x-diff, Size: 1306 bytes --]

From 25f12621841b90185eb18a6b7bbcf47faf6b0cf7 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 30 Apr 2023 12:44:21 +0200
Subject: [PATCH] New package: bun-0.5.9

---
 srcpkgs/bun/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/bun/template

diff --git a/srcpkgs/bun/template b/srcpkgs/bun/template
new file mode 100644
index 000000000000..590fcbc674fe
--- /dev/null
+++ b/srcpkgs/bun/template
@@ -0,0 +1,31 @@
+# Template file for 'bun'
+pkgname=bun
+version=0.5.9
+revision=1
+archs="aarch64 x86_64"
+build_style=fetch
+hostmakedepends="unzip"
+short_desc="JavaScript runtime, bundler, transpiler, and package manager"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MIT"
+homepage="https://bun.sh"
+changelog="https://bun.sh/blog"
+case "$XBPS_TARGET_MACHINE" in
+x86_64)
+	_arch=x64
+	checksum=bf0c64c9d6097676fc3015007f2c295dd69a86cbb0e48be75dea149a2973aee1
+	;;
+aarch64)
+	_arch=aarch64
+	checksum=a495f046ea248e5c1534ba036a3be12080732dd6141d9b0bc57afdf11902e878
+	;;
+*)
+	broken="No distfiles available for this target"
+	;;
+esac
+distfiles="https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-${_arch}.zip"
+
+do_install() {
+	unzip bun-linux-${_arch}.zip
+	vbin bun-linux-${_arch}/bun
+}

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-06-01 13:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 10:45 [PR PATCH] New package: bun-0.5.9 Bnyro
2023-04-30 11:41 ` atk
2023-04-30 15:02 ` icp1994
2023-04-30 16:17 ` atk
2023-04-30 18:18 ` Bnyro
2023-04-30 19:43 ` atk
2023-05-01  9:55 ` Bnyro
2023-05-01 13:52 ` atk
2023-05-01 13:58 ` Bnyro
2023-05-01 13:58 ` Bnyro
2023-05-01 14:27 ` paper42
2023-05-01 15:32 ` atk
2023-05-01 15:37 ` atk
2023-05-05  9:18 ` atk
2023-05-05 14:38 ` Bnyro
2023-05-05 14:39 ` Bnyro
2023-05-08 13:14 ` [PR PATCH] [Updated] " Bnyro
2023-05-08 13:15 ` Bnyro
2023-06-01 13:00 ` [PR PATCH] [Closed]: " Bnyro
2023-06-01 13:02 ` Bnyro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).