mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add perl-growl-gntp.
* gnu/packages/perl.scm (perl-growl-gntp): New variable.
This commit is contained in:
parent
bf667efe91
commit
8dbc9aa05e
1 changed files with 22 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
|
;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
|
||||||
;;; Copyright © 2022 gemmaro <gemmaro.dev@gmail.com>
|
;;; Copyright © 2022 gemmaro <gemmaro.dev@gmail.com>
|
||||||
;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -12378,6 +12379,27 @@ (define-public perl-data-sexpression
|
||||||
structures.")
|
structures.")
|
||||||
(license license:perl-license)))
|
(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
|
(define-public perl-socket-msghdr
|
||||||
(package
|
(package
|
||||||
(name "perl-socket-msghdr")
|
(name "perl-socket-msghdr")
|
||||||
|
|
Loading…
Reference in a new issue