rock 0.9.4
note: make rescue is part of the bootstrap process Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
39bce86725
commit
edefad68f1
1 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,14 @@ require 'formula'
|
|||
|
||||
class Rock < Formula
|
||||
homepage 'http://ooc-lang.org'
|
||||
url 'https://github.com/downloads/nddrylliog/rock/rock-0.9.3-source.tar.bz2'
|
||||
sha1 'ddc00c7298198962781fd28a2cc4c65f7fb9ccd2'
|
||||
url 'https://github.com/downloads/nddrylliog/rock/rock-0.9.4-source.tar.bz2'
|
||||
sha1 '9bba27995c90d029e3c5dc8b9591d819d8ce2531'
|
||||
|
||||
head 'https://github.com/nddrylliog/rock.git'
|
||||
|
||||
def install
|
||||
# make rock using provided bootstrap
|
||||
system "make"
|
||||
system "make rescue"
|
||||
bin.install 'bin/rock'
|
||||
man1.install "docs/rock.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue