           SPELL=yruba
         VERSION=2.3
          SOURCE=yruba
   SOURCE_URL[0]=http://pifpafpuf.de/yruba/yruba
        WEB_SITE=http://pifpafpuf.de/yruba_page
     SOURCE_HASH=sha512:abdb139479e505b55affa5dbec9fa5f98d1f253bd46f875940983b15754aca8e4621b23cbcf45c1e10d0866bfad4f6ba7404488e704d599b4b1817ddf7cc870b
      LICENSE[0]=GPL
         ENTERED=20061026
        KEYWORDS="devel"
           SHORT="a make-like rules/build system for the shell"
cat << EOF
Yruba provides a rule system similar to make or ant for the shell. Compared to
make there is no hairy mix of syntaxes, because everything is written in shell
syntax. Compared to ant you don’t have to rely on the ant developers to
reinvent all the wheels that are so easily available from the shell. Compared
to both, there is a clear separation between:

	* a list of dependencies that must be up-to-date before the current
	  task can be performed,
	* an explicit test that checks whether the target is really
	  out-of-date, and
	* a command that finally makes the target.
EOF
