logo

cmd-timer

run command at a specific interval git clone https://anongit.hacktivis.me/git/cmd-timer.git
commit: 94a495a50a1f155995fad47cfc72ae6d18b4549a
parent 950b0f4fa4a85698d4c94f89c4d4fced37e8cf50
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 18 Jun 2025 12:52:56 +0200

README.md: Add Dependencies & Packaging sections

Diffstat:

MREADME.md12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -19,6 +19,18 @@ Longer durations are taken as out of scope. * Run `munin-cron` every 5 minutes: ``timer 5m munin-cron`` * Print bell every minute and a half: ``timer 1m30s printf '\a'`` +## Dependencies +* C99 Compiler (gcc, clang, tcc, …) +* POSIX.1-2008 (make, libc) + +## Packaging +* tarballs: <https://distfiles.hacktivis.me/releases/cmd-timer/> +* public keys used for signing the tarballs: <https://distfiles.hacktivis.me/releases/signify/> + +* compiling: `make` +* testing: `make check` +* installing (DESTDIR supported): `make install` + ## See Also - [snooze](https://github.com/leahneukirchen/snooze): Similar utility albeit more complex, and execs into the program instead of spawning it into a new process