gnu: Add perl-software-license.

* gnu/packages/license.scm (perl-software-license): New public variable.
master
Oleg Pykhalov 2018-01-28 20:53:47 +03:00
parent a4e6bf64f7
commit 82e5e0dd52
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 24 additions and 0 deletions

View File

@ -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))))