Thread (2 messages) flat view 2 messages, 2 authors, 1d ago

[Buildroot] [PATCH] package/nim: new package

From: Waldemar Brodkorb <hidden>
Date: 2026-09-13 07:52:42
Subsystem: the rest · Maintainer: Linus Torvalds

Nim is a statically typed compiled systems programming language. It
combines successful concepts from mature languages like Python, Ada and
Modula. See https://nim-lang.org/ for more information.

This is a host-only package required for the new chawan package.

Signed-off-by: Waldemar Brodkorb <redacted>
---
 DEVELOPERS           |  1 +
 package/nim/nim.hash |  3 +++
 package/nim/nim.mk   | 22 ++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 package/nim/nim.hash
 create mode 100644 package/nim/nim.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index 780577f091..f0d6753fdf 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3466,6 +3466,7 @@ F:	package/evilwm/
 F:	package/fbv/
 F:	package/libpam-pkcs11/
 F:	package/mksh/
+F:	package/nim/
 F:	package/perl-cgi/
 F:	package/perl-cgi-session/
 F:	package/perl-log-message/
diff --git a/package/nim/nim.hash b/package/nim/nim.hash
new file mode 100644
index 0000000000..c455ab91a9
--- /dev/null
+++ b/package/nim/nim.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  2639a06a5ea7a7fcf57df1e7e1ef4d1b2bee58c7ac9bd00dbd2aa5bea1e5a56a  nim-2.2.12.tar.xz
+sha256  1ef33f7376a2e4b4c090fcaa42d8a206c19bc70d8d816665ff983bc14c5fe159  copying.txt
diff --git a/package/nim/nim.mk b/package/nim/nim.mk
new file mode 100644
index 0000000000..b9a83e4939
--- /dev/null
+++ b/package/nim/nim.mk
@@ -0,0 +1,22 @@
+################################################################################
+#
+# nim
+#
+################################################################################
+
+NIM_VERSION = 2.2.12
+NIM_SITE = https://github.com/nim-lang/nightlies/releases/download/2026-09-08-version-2-2-8e8fbf60693418dc95bb0d762fd660231d08a583/
+NIM_SOURCE = nim-$(NIM_VERSION).tar.xz
+NIM_LICENSE = MIT
+NIM_LICENSE_FILES = copying.txt
+
+define HOST_NIM_BUILD_CMDS
+	($(HOST_MAKE_ENV) cd $(@D) && ./build.sh)
+endef
+
+define HOST_NIM_INSTALL_CMDS
+	cp $(@D)/bin/nim $(HOST_DIR)/bin
+	cp -dpfr $(@D)/lib/* $(HOST_DIR)/lib
+endef
+
+$(eval $(host-generic-package))
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help