Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH] package/nim: new package
Date: Sun, 13 Sep 2026 09:52:36 +0200	[thread overview]
Message-ID: <aqZWRD3zV37x5UzL@waldemar-brodkorb.de> (raw)

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 <wbx@openadk.org>
---
 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

                 reply	other threads:[~2026-09-13  7:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aqZWRD3zV37x5UzL@waldemar-brodkorb.de \
    --to=wbx@openadk.org \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox