GNU bug report logs - #36854
[PATCH] gnu: Add scron.

Previous Next

Package: guix-patches;

Reported by: Robert Vollmert <rob <at> vllmrt.net>

Date: Tue, 30 Jul 2019 09:38:02 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> member.fsf.org (宋文武)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> member.fsf.org (宋文武)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#36854: closed ([PATCH] gnu: Add scron.)
Date: Mon, 09 Sep 2019 13:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Sep 2019 21:54:22 +0800
with message-id <877e6h378x.fsf <at> member.fsf.org>
and subject line Re: [bug#36854] [PATCH] gnu: Add scron.
has caused the debbugs.gnu.org bug report #36854,
regarding [PATCH] gnu: Add scron.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
36854: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36854
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Robert Vollmert <rob <at> vllmrt.net>
To: guix-patches <at> gnu.org
Cc: Robert Vollmert <rob <at> vllmrt.net>
Subject: [PATCH] gnu: Add scron.
Date: Tue, 30 Jul 2019 11:36:33 +0200
* gnu/packages/suckless.scm (scron): New package.
---
 gnu/packages/suckless.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 427bc44598..afad6947bf 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -724,3 +724,31 @@ as -1, to be used instead of U+FFFD.
 It is a front end for ii-like chat programs.  It uses @code{tail -f} to get the
 chat output in the background.")
       (license license:isc))))
+
+(define-public scron
+  (package
+    (name "scron")
+    (version "0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://dl.2f30.org/releases/"
+                           name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "066fwa55kqcgfrsqgxh94sqbkxfsr691360xg4ljxr4i75d25s2a"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f ; No tests
+       #:make-flags (list "CC=gcc"
+                          (string-append "PREFIX=" %output))
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure)))) ; No configure script
+    (home-page "https://git.2f30.org/scron/")
+    (synopsis "Simple cron daemon")
+    (description
+     "Schedule commands to be run at specified dates and times.
+Single daemon and configuration file. Log to stdout or syslog.
+No mail support.")
+    (license license:expat)))
-- 
2.21.0



[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> member.fsf.org (宋文武)
To: Robert Vollmert <rob <at> vllmrt.net>
Cc: 36854-done <at> debbugs.gnu.org
Subject: Re: [bug#36854] [PATCH] gnu: Add scron.
Date: Mon, 09 Sep 2019 21:54:22 +0800
Robert Vollmert <rob <at> vllmrt.net> writes:

> * gnu/packages/suckless.scm (scron): New package.
> ---
>  gnu/packages/suckless.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>

Cool, pushed, thank you!


This bug report was last modified 5 years and 252 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.