unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 47961@debbugs.gnu.org
Subject: [bug#47961] [PATCH]: Gnu: Add terrable
Date: Thu, 22 Apr 2021 23:11:49 +0000	[thread overview]
Message-ID: <CAO+9K5r5owo0CdibeuigSfG-g4B5=gk7wFG3V5AtC-SbnAq=Eg@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2021-04-22 23:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22 23:11 Sharlatan Hellseher [this message]
2021-04-23  8:46 ` bug#47961: [PATCH]: Gnu: Add terrable Guillaume Le Vaillant

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='CAO+9K5r5owo0CdibeuigSfG-g4B5=gk7wFG3V5AtC-SbnAq=Eg@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=47961@debbugs.gnu.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.
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).