gnu: Add perl-termreadkey.

* gnu/packages/perl.scm (perl-termreadkey): New variable.
This commit is contained in:
Danny Milosavljevic 2024-12-06 20:00:38 +01:00
parent 0972a27572
commit 9f5ee16844
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -5917,6 +5917,24 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.")
interfaces to pseudo ttys.")
(license (package-license perl))))
(define-public perl-termreadkey
(package
(name "perl-termreadkey")
(version "2.38")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/J/JS/JSTOWE/TermReadKey-"
version ".tar.gz"))
(sha256
(base32 "143jlibah1g14bym7sj3gphvqkpj1w4vn7sqc4vc62jpviw5hr2s"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/TermReadKey")
(synopsis "Change terminal modes, and perform non-blocking reads.")
(description "This package provides a package to change terminal modes
and perform non-blocking reads.")
(license (package-license perl))))
(define-public perl-ipc-cmd
(package
(name "perl-ipc-cmd")