GNU bug report logs -
#30274
[PATCH 00/21] gnu: Add licensecheck (license checker for source files).
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sun, 28 Jan 2018 18:46:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #110 received at 30274 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/license.scm (perl-software-license): New public variable.
---
gnu/packages/license.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 09a922842..774654f48 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -79,3 +79,27 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.")
(description "String::Copyright Parses common styles of copyright
statements and serializes in normalized format.")
(license gpl3+)))
+
+(define-public perl-software-license
+ (package
+ (name "perl-software-license")
+ (version "0.103013")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/L/LE/LEONT/Software-License-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1wqgh7vdlc966amlrq0b2szz18lnrl9rfh8wlf7v0hqg74vxjh96"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-try-tiny" ,perl-try-tiny)))
+ (propagated-inputs
+ `(("perl-data-section" ,perl-data-section)
+ ("perl-text-template" ,perl-text-template)))
+ (home-page "http://search.cpan.org/dist/Software-License/")
+ (synopsis "Templated software licenses")
+ (description "This package provides templated software licenses.")
+ (license (package-license perl))))
--
2.15.1
This bug report was last modified 7 years and 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.