[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/26: gnu: Add perl6-svg.
From: |
guix-commits |
Subject: |
18/26: gnu: Add perl6-svg. |
Date: |
Sat, 23 Mar 2019 16:31:47 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2bd04f9fc21a216f73c13e71e2f3defd1a6fdde1
Author: Efraim Flashner <address@hidden>
Date: Sun Mar 10 21:13:49 2019 +0200
gnu: Add perl6-svg.
* gnu/packages/perl6.scm (perl6-svg): New variable.
---
gnu/packages/perl6.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 840f5a9..0db41da 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -422,6 +422,34 @@ as per the spec and where known the places that
@quot{customary} attributes are
used.")
(license license:artistic2.0)))
+(define-public perl6-svg
+ ;; Latest commit, basically unchanged since August 2015
+ (let ((commit "07190c0602aa276e5319f06aa0012452dbff3582")
+ (revision "1"))
+ (package
+ (name "perl6-svg")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/moritz/svg")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0mkjdhg7ajksdn61n8fqhyzfd7ly9myazsvpsm02a5c2q73hdygg"))))
+ (build-system rakudo-build-system)
+ (propagated-inputs
+ `(("perl6-xml-writer" ,perl6-xml-writer)))
+ (home-page "https://github.com/moritz/svg")
+ (synopsis "Perl 6 module to generate SVG")
+ (description "This is a Perl 6 module that makes it easy to write
address@hidden Vector Graphic files} (SVG). Right now it is a shallow wrapper
+around @code{XML::Writer}, adding only the xmlns attributes that identifies an
+XML file as SVG.")
+ (license license:artistic2.0))))
+
(define-public perl6-tap-harness
(package
(name "perl6-tap-harness")
- branch master updated (38a3f4d -> f0f3f70), guix-commits, 2019/03/23
- 17/26: gnu: Add perl6-xml-writer., guix-commits, 2019/03/23
- 15/26: gnu: Add perl6-license-spdx., guix-commits, 2019/03/23
- 22/26: gnu: Add perl6-test-mock., guix-commits, 2019/03/23
- 19/26: gnu: Add perl6-svg-plot., guix-commits, 2019/03/23
- 21/26: gnu: Add perl6-oo-monitors., guix-commits, 2019/03/23
- 18/26: gnu: Add perl6-svg.,
guix-commits <=
- 13/26: gnu: Add perl6-json-class., guix-commits, 2019/03/23
- 16/26: gnu: Add perl6-test-meta., guix-commits, 2019/03/23
- 24/26: gnu: Add perl6-grammar-debugger., guix-commits, 2019/03/23
- 25/26: gnu: Add perl6-mime-base64., guix-commits, 2019/03/23
- 23/26: gnu: Add perl6-grammar-profiler-simple., guix-commits, 2019/03/23
- 26/26: gnu: Add perl6-json., guix-commits, 2019/03/23
- 20/26: gnu: Add perl6-terminal-ansicolor., guix-commits, 2019/03/23
- 08/26: gnu: Add perl6-uri., guix-commits, 2019/03/23
- 06/26: gnu: Add perl6-tap-harness., guix-commits, 2019/03/23
- 14/26: gnu: Add perl6-meta6., guix-commits, 2019/03/23