[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/25: gnu: Add perl6-license-spdx.
From: |
guix-commits |
Subject: |
14/25: gnu: Add perl6-license-spdx. |
Date: |
Tue, 12 Mar 2019 16:21:33 -0400 (EDT) |
efraim pushed a commit to branch wip-perl6
in repository guix.
commit 7fb19ed0d9e240bb500c6166e169a3908ae717a0
Author: Efraim Flashner <address@hidden>
Date: Sun Mar 10 09:10:48 2019 +0200
gnu: Add perl6-license-spdx.
* gnu/packages/perl6.scm (perl6-license-spdx): New variable.
---
gnu/packages/perl6.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 3fdae92..f3a10e0 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -364,6 +364,31 @@ It will of course also be needed in classes thar are going
to use
create an object from a JSON representation of an object.")
(license license:expat))))
+(define-public perl6-license-spdx
+ (package
+ (name "perl6-license-spdx")
+ (version "3.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonathanstowe/License-SPDX")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0dl263c3fbxk001gm5fisrzqz1dx182ipaa0x2qva2gxvl075xm8"))))
+ (build-system rakudo-build-system)
+ (propagated-inputs
+ `(("perl6-json-class" ,perl6-json-class)))
+ (home-page "https://github.com/jonathanstowe/License-SPDX")
+ (synopsis "Abstraction over the SPDX License List")
+ (description "This provides an abstraction over the SPDX License List as
+provided in JSON format. Its primary raison d'ĂȘtre is to help the licence
+checking of @code{Test::META} and to allow for the warning about deprecated
+licences therein.")
+ (license license:artistic2.0)))
+
(define-public perl6-meta6
(package
(name "perl6-meta6")
- branch wip-perl6 created (now b9cc5a8), guix-commits, 2019/03/12
- 02/25: gnu: Add nqp., guix-commits, 2019/03/12
- 03/25: gnu: Add rakudo., guix-commits, 2019/03/12
- 01/25: gnu: Add moarvm., guix-commits, 2019/03/12
- 07/25: gnu: Add perl6-uri., guix-commits, 2019/03/12
- 08/25: gnu: Add perl6-json-fast., guix-commits, 2019/03/12
- 14/25: gnu: Add perl6-license-spdx.,
guix-commits <=
- 12/25: gnu: Add perl6-json-class., guix-commits, 2019/03/12
- 25/25: gnu: Add perl6-json., guix-commits, 2019/03/12
- 18/25: gnu: Add perl6-svg-plot., guix-commits, 2019/03/12
- 24/25: gnu: Add perl6-mime-base64., guix-commits, 2019/03/12
- 22/25: gnu: Add perl6-grammar-profiler-simple., guix-commits, 2019/03/12
- 06/25: gnu: Add perl6-zef., guix-commits, 2019/03/12
- 10/25: gnu: Add perl6-json-unmarshal., guix-commits, 2019/03/12
- 09/25: gnu: Add perl6-json-name., guix-commits, 2019/03/12
- 05/25: gnu: Add perl6-tap-harness., guix-commits, 2019/03/12
- 15/25: gnu: Add perl6-test-meta., guix-commits, 2019/03/12