Commit graph

7 commits

Author SHA1 Message Date
Adam Vandenberg
a58ebbe51e rhash: style nits 2013-01-27 14:54:50 -08:00
Jack Nagel
5c93643ee7 Infer path to be added for requirements that search PATH
When a requirement is specified like:

  satisfy { which "foo" }

There is no reason that we should inject all of ENV.userpaths! into the
build environment. Instead, infer the directory to be added to PATH from
the Pathname that is returned.

This is another step towards condensing the "which program" requirements
down into a one-liner DSL element.
2013-01-22 14:59:10 -06:00
Jack Nagel
60003eecc3 Use new requirement syntax 2013-01-21 17:36:34 -06:00
Adam Vandenberg
42e5d6151d rhash: add Lion requirement
Closes Homebrew/homebrew#17132.
2013-01-21 06:18:45 -08:00
Adam Vandenberg
bc4c1ef204 rhash 1.2.10 2013-01-17 22:47:24 -08:00
Michael Bashkirov
9792937137 rhash: fix install path
Closes Homebrew/homebrew#15701.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-27 14:42:00 -07:00
Michael Prins
ee864b3205 rhash 1.2.9
RHash is used to recursively calculate hashes on files, similar to
md5deep, except that it implements a few more specialized hash
algorithms. Key among these are the ones used in many file-sharing
protocols such as DC++, BitTorrent and others.

Closes Homebrew/homebrew#11841.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 15:02:12 -07:00