Commit graph

6 commits

Author SHA1 Message Date
Adam Vandenberg
37890c9bfb Nethack - moved patch inline
Moved patch out of separate GitHub repository into the DATA block.
2010-05-05 08:21:51 -07:00
Adam Vandenberg
8442192dd9 Nethack updates 2010-02-18 08:23:39 -08:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Adam Vandenberg
fe707c9126 Update usage of libexec for roguelikes.
Since "libexec" folders under the Cellar are already private per
formula, there's no reason to create an additional folder underneath
for namespacing.

Removed the extra folder level from these formulas.
2009-10-01 15:17:29 +01:00
Adam Vandenberg
aa64e4da67 Fix Nethack formula.
* Create the empty save folder on install.
* Deparallelize the build, since the master build runs a bunch of
  nested makes, and we want the products to come out in-order.
2009-09-25 19:22:02 +01:00
Adam Vandenberg
1be2d31891 Add nethack formula 2009-09-21 13:05:41 -07:00