From 9043987a9573a52c42e71a21ba6ebece65fb6f09 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Tue, 22 Oct 2024 18:29:49 -0400 Subject: [PATCH] rekahsoft-gnu: Add perl-proc-processtable --- rekahsoft-gnu/packages/perl.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/rekahsoft-gnu/packages/perl.scm b/rekahsoft-gnu/packages/perl.scm index f697230..ae0fc58 100644 --- a/rekahsoft-gnu/packages/perl.scm +++ b/rekahsoft-gnu/packages/perl.scm @@ -417,6 +417,24 @@ (description "Get, unpack, build and install modules from CPAN.") (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 (package (name "imapsync")