guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add perl-bsd-resource.


From: guix-commits
Subject: branch master updated: gnu: Add perl-bsd-resource.
Date: Thu, 27 May 2021 05:25:43 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c555f54  gnu: Add perl-bsd-resource.
c555f54 is described below

commit c555f54af5faefdfeb9f00abd50c9b82aefe572f
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Thu May 27 11:24:44 2021 +0200

    gnu: Add perl-bsd-resource.
    
    * gnu/packages/perl.scm (perl-bsd-resource): New variable.
---
 gnu/packages/perl.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7d3a5f7..d449abc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -667,6 +667,25 @@ presence, and the first one found is executed.  With an 
optional parameter,
 all known commands are checked.")
     (license (package-license perl))))
 
+(define-public perl-bsd-resource
+  (package
+   (name "perl-bsd-resource")
+   (version "1.2911")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append
+           "https://cpan.metacpan.org/authors/id/J/JH/JHI/BSD-Resource-";
+           version ".tar.gz"))
+     (sha256
+      (base32 "0g8c7825ng2m0yz5sy6838rvfdl8j3vm29524wjgf66ccfhgn74x"))))
+   (build-system perl-build-system)
+   (home-page "https://metacpan.org/release/BSD-Resource";)
+   (synopsis "BSD process resource limit and priority functions")
+   (description "This package provides procedures to get and set resource
+limits like @code{getrlimit} and @code{setpriority}.")
+   (license license:artistic2.0)))
+
 (define-public perl-b-hooks-endofscope
   (package
     (name "perl-b-hooks-endofscope")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]