           SPELL=timelimit
         VERSION=1.8.1
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:5c35fcc95e2a20229687ff1150e0fd6895d681e18ffddd58ea3c63b059d6419d4f3761ef9060a7fc272b14bd66aea09b483131a5f027e108458321f3313c3829
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://devel.ringlet.net/files/sys/$SPELL/$SOURCE
        WEB_SITE=http://devel.ringlet.net/sysutils/timelimit/
         ENTERED=20020214
        KEYWORDS="utils"
           SHORT="limit absolute execution time of a process"
cat << EOF
timelimit executes a command and terminates the spawned process
after a given time with a given signal. A “warning” signal is
sent first, then, after a timeout, a “kill” signal, similar to
the way init(8) operates on shutdown.
EOF
