guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add guile-picture-language.


From: guix-commits
Subject: 01/01: gnu: Add guile-picture-language.
Date: Sat, 2 Feb 2019 19:38:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6bb5f88e1d8cb9aa2bbda1e4866423f86c634ffc
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 3 01:37:12 2019 +0100

    gnu: Add guile-picture-language.
    
    * gnu/packages/guile-xyz.scm (guile-picture-language): New variable.
---
 gnu/packages/guile-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5c6a6c7..77d117f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1839,3 +1839,27 @@ format is also supported.")
 (define-public mcron2
   ;; This was mthl's mcron development branch, and it became mcron 1.1.
   (deprecated-package "mcron2" mcron))
+
+(define-public guile-picture-language
+  (let ((commit "1531116036d1b5e0d2482ff2c8d77ad21f1d2bef")
+        (revision "1"))
+    (package
+      (name "guile-picture-language")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url 
"https://git.elephly.net/software/guile-picture-language.git";)
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "04salmqf5x84vb3qkkxx47b64jyl290zsf3ik81l9hg6fwvvlmq3"))))
+      (build-system guile-build-system)
+      (inputs
+       `(("guile" ,guile-2.2)))
+      (home-page "https://git.elephly.net/software/guile-picture-language.git";)
+      (synopsis "Picture language for Guile")
+      (description
+       "This package provides a simple SVG-based picture language for Guile.
+The picture values can directly be displayed in Geiser.")
+      (license license:lgpl3+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]