mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add perl-ole-storage-lite.
* gnu/packages/perl.scm (perl-ole-storage-lite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
2b9d2df799
commit
6330ece9e3
1 changed files with 23 additions and 0 deletions
|
@ -5178,6 +5178,29 @@ (define-public perl-object-signature
|
|||
signatures.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-ole-storage-lite
|
||||
(package
|
||||
(name "perl-ole-storage-lite")
|
||||
(version "0.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/J/JM/JMCNAMARA/OLE-Storage_Lite-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"179cxwqxb0f9dpx8954nvwjmggxxi5ndnang41yav1dx6mf0abp7"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/OLE-Storage_Lite")
|
||||
(synopsis "Read and write OLE storage files")
|
||||
(description "This module allows you to read and write
|
||||
an OLE-Structured file. @dfn{OLE} (Object Linking and Embedding) is a
|
||||
technology to store hierarchical information such as links to other
|
||||
documents within a single file.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-package-anon
|
||||
(package
|
||||
(name "perl-package-anon")
|
||||
|
|
Loading…
Reference in a new issue