gnu: Add perl-growl-gntp.
* gnu/packages/perl.scm (perl-growl-gntp): New variable.master
parent
bf667efe91
commit
8dbc9aa05e
|
@ -35,6 +35,7 @@
|
|||
;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
|
||||
;;; Copyright © 2022 gemmaro <gemmaro.dev@gmail.com>
|
||||
;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
||||
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -12378,6 +12379,27 @@ regexp patterns in modules.")
|
|||
structures.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-growl-gntp
|
||||
(package
|
||||
(name "perl-growl-gntp")
|
||||
(version "0.21")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/M/MA/MATTN/Growl-GNTP-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gq8ypam6ifp8f3s2mf5d6sw53m7h3ki1zfahh2p41kl8a77yy98"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs (list perl-module-build-tiny))
|
||||
(propagated-inputs (list perl-crypt-cbc perl-data-uuid))
|
||||
(home-page "https://metacpan.org/release/Growl-GNTP")
|
||||
(synopsis "Perl implementation of the GNTP Protocol (client part)")
|
||||
(description "Growl::GNTP is a Perl implementation of the client part
|
||||
of the Growl Notification Transport Protocol (GNTP).")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-socket-msghdr
|
||||
(package
|
||||
(name "perl-socket-msghdr")
|
||||
|
|
Reference in New Issue