rekahsoft-gnu: Add perl-proc-processtable

This commit is contained in:
Collin J. Doering 2024-10-22 18:29:49 -04:00
parent 8866207c88
commit 9043987a95
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716

View File

@ -417,6 +417,24 @@
(description "Get, unpack, build and install modules from CPAN.") (description "Get, unpack, build and install modules from CPAN.")
(license license:perl-license))) (license license:perl-license)))
(define-public perl-proc-processtable
(package
(name "perl-proc-processtable")
(version "0.636")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/J/JW/JWB/Proc-ProcessTable-" version
".tar.gz"))
(sha256
(base32 "1zch90wxzaa8mgjd2ckmbhxn5a7x1857fcwn0qsyzh8gn3zj8hll"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Proc-ProcessTable")
(synopsis "Perl extension to access the unix process table")
(description "Perl extension to access the unix process table.")
(license license:artistic2.0)))
(define-public imapsync (define-public imapsync
(package (package
(name "imapsync") (name "imapsync")