unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27484] [PATCH] gnu: Add mescc-tools.
@ 2017-06-25 15:16 Jan Nieuwenhuizen
  2017-06-29 13:02 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-06-25 15:16 UTC (permalink / raw)
  To: 27484

* gnu/packages/mes.scm (mescc-tools): New variable.
---
 gnu/packages/mes.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index e711148c7..2cef77406 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -100,3 +100,31 @@ consists of a mutual self-hosting [close to Guile-] Scheme interpreter
 prototype in C and a Nyacc-based C compiler in [Guile] Scheme.")
       (home-page "https://gitlab.com/janneke/mes")
       (license gpl3+))))
+
+(define-public mescc-tools
+  (package
+    (name "mescc-tools")
+    (version "0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/oriansj/MESCC_Tools/archive/Release_"
+                    version
+                    ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1lzi9sqv41269isn7in70q2hhh087n4v97zr5i2qzz69j2lkr3xb"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       #:test-target "test"
+       #:phases (modify-phases %standard-phases
+                  (delete 'configure))))
+    (synopsis "Tools for the full source bootstrapping process")
+    (description
+     "Mescc-tools is a collection of tools for use in a full source
+bootstrapping process.  Currently consists of the M0 macro assembler and the
+hex2 linker.")
+    (home-page "https://github.com/oriansj/MESCC_Tools")
+    (license gpl3+)))
-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

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

* [bug#27484] [PATCH] gnu: Add mescc-tools.
  2017-06-25 15:16 [bug#27484] [PATCH] gnu: Add mescc-tools Jan Nieuwenhuizen
@ 2017-06-29 13:02 ` Ludovic Courtès
  2017-06-29 16:11   ` bug#27484: " Jan Nieuwenhuizen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-06-29 13:02 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: 27484

Jan Nieuwenhuizen <janneke@gnu.org> skribis:

> * gnu/packages/mes.scm (mescc-tools): New variable.

Works for me!

Since it’s x86-only, please add:

  (supported-systems '("i686-linux" "x86_64-linux"))

Thanks,
Ludo’.

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

* bug#27484: [PATCH] gnu: Add mescc-tools.
  2017-06-29 13:02 ` Ludovic Courtès
@ 2017-06-29 16:11   ` Jan Nieuwenhuizen
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Nieuwenhuizen @ 2017-06-29 16:11 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27484-done

Ludovic Courtès writes:

> Jan Nieuwenhuizen <janneke@gnu.org> skribis:
>
>> * gnu/packages/mes.scm (mescc-tools): New variable.
>
> Works for me!
>
> Since it’s x86-only, please add:
>
>   (supported-systems '("i686-linux" "x86_64-linux"))

Thanks!  Pushed to master as: 9ae3fcb9e873172b2accc2ed874eb05828db458d
janneke

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

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

end of thread, other threads:[~2017-06-29 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 15:16 [bug#27484] [PATCH] gnu: Add mescc-tools Jan Nieuwenhuizen
2017-06-29 13:02 ` Ludovic Courtès
2017-06-29 16:11   ` bug#27484: " Jan Nieuwenhuizen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).