unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47961] [PATCH]: Gnu: Add terrable
@ 2021-04-22 23:11 Sharlatan Hellseher
  2021-04-23  8:46 ` bug#47961: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-04-22 23:11 UTC (permalink / raw)
  To: 47961

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

Hi Guix team!

One more patch for game engine - Trial

 --8<---------------cut here---------------start------------->8---
guix build -L . sbcl-terrable ecl-terrable --rounds=3
/gnu/store/rhlmqswqmixgq4yqxyifpc4sdk4i6mn5-ecl-terrable-1.0.0-1.e4fe23f
/gnu/store/k1wjwbimqnx9499h64dhlinl7dkmm9dr-sbcl-terrable-1.0.0-1.e4fe23f
--8<---------------cut here---------------start------------->8---

Licensed under  Zlib License
https://github.com/Shirakumo/terrable/blob/master/LICENSE
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-Gnu-Add-terrable.patch --]
[-- Type: text/x-patch, Size: 2150 bytes --]

From f756654767c8d72c1afca3203f3307be58b214e8 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Fri, 23 Apr 2021 00:05:16 +0100
Subject: [PATCH] Gnu: Add terrable

* gnu/packages/lisp-xyz.scm (sbcl-terrable, cl-terrable, ecl-terrable):
  New variables
---
 gnu/packages/lisp-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 666e62a4ce..8cc1c04cbc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16066,3 +16066,40 @@ handling the accessing of files on the underlying system however.")
 
 (define-public cl-pathname-utils
   (sbcl-package->cl-source-package sbcl-pathname-utils))
+
+(define-public sbcl-terrable
+  (let ((commit "e4fe23ffa08e8d53a8168105b413861da59cc786")
+        (revision "1"))
+    (package
+     (name "sbcl-terrable")
+     (version (git-version "1.0.0" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Shirakumo/terrable.git")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0pnqflgz410zydc1ivwnd8hcl24bgr7x12yjzr7g4lq3ibc8y97b"))))
+     (build-system asdf-build-system/sbcl)
+     (inputs
+      `(("documentation-utils" ,sbcl-documentation-utils)
+        ("fast-io" ,sbcl-fast-io)
+        ("ieee-floats" ,sbcl-ieee-floats)
+        ("static-vectors" ,sbcl-static-vectors)
+        ("trivial-garbage" ,sbcl-trivial-garbage)))
+     (home-page "https://shirakumo.github.io/terrable/")
+     (synopsis "File parser library for Terragen TER terrain files")
+     (description
+      "This package provides Common Lisp support for rendering format Terragen
+@code{.TER}. Format specification could be found here
+@url{https://planetside.co.uk/wiki/index.php?title=Terragen_.TER_Format}")
+     (license license:zlib))))
+
+(define-public ecl-terrable
+  (sbcl-package->ecl-package sbcl-terrable))
+
+(define-public cl-terrable
+  (sbcl-package->cl-source-package sbcl-terrable))
-- 
2.31.1


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

* bug#47961: [PATCH]: Gnu: Add terrable
  2021-04-22 23:11 [bug#47961] [PATCH]: Gnu: Add terrable Sharlatan Hellseher
@ 2021-04-23  8:46 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-04-23  8:46 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 47961-done

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

Patch pushed as 4bef55db1d27aab2775ce2ec2ad11ff58a3c4f4c.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-04-23  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 23:11 [bug#47961] [PATCH]: Gnu: Add terrable Sharlatan Hellseher
2021-04-23  8:46 ` bug#47961: " Guillaume Le Vaillant

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).