mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl6-mime-base64.
* gnu/packages/perl6.scm (perl6-mime-base64): New variable.
This commit is contained in:
parent
c2bc5b2bc0
commit
cdecb8d72d
1 changed files with 22 additions and 0 deletions
|
@ -478,6 +478,28 @@ as per the spec and where known the places that @quot{customary} attributes are
|
||||||
used.")
|
used.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public perl6-mime-base64
|
||||||
|
(package
|
||||||
|
(name "perl6-mime-base64")
|
||||||
|
(version "1.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/perl6/Perl6-MIME-Base64")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0l67m8mvz3gxml425sd1ggfnhzh4lf754k7w8fngfr453s6lsza1"))))
|
||||||
|
(build-system rakudo-build-system)
|
||||||
|
(arguments '(#:with-zef? #f))
|
||||||
|
(home-page "https://github.com/perl6/Perl6-MIME-Base64")
|
||||||
|
(synopsis "Encoding and decoding Base64 ASCII strings")
|
||||||
|
(description "This Perl 6 module implements encoding and decoding to and
|
||||||
|
from base64.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public perl6-oo-monitors
|
(define-public perl6-oo-monitors
|
||||||
(package
|
(package
|
||||||
(name "perl6-oo-monitors")
|
(name "perl6-oo-monitors")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue