stone soup dungeon crawl (via [dellegazze])
This commit is contained in:
parent
8ddd6f971d
commit
7ed6872acf
1 changed files with 12 additions and 0 deletions
12
Formula/stone-soup.rb
Normal file
12
Formula/stone-soup.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class StoneSoup <Formula
|
||||
url 'http://sourceforge.net/projects/crawl-ref/files/Stone%20Soup/0.7.1/stone_soup-0.7.1.tar.bz2'
|
||||
homepage 'http://crawl.develz.org/wordpress/'
|
||||
md5 'e95e538264bbcf6db64cec920d669542'
|
||||
|
||||
def install
|
||||
Dir.chdir "source"
|
||||
system "make", "prefix=#{prefix}", "SAVEDIR=saves/", "DATADIR=data/", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue