rock 0.9.8

Closes Homebrew/homebrew#24712.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Amos Wenger 2013-11-27 17:02:02 +01:00 committed by Mike McQuaid
parent 01d8e31608
commit 1654a886e4

View file

@ -2,8 +2,8 @@ require 'formula'
class Rock < Formula
homepage 'http://ooc-lang.org'
url 'https://github.com/nddrylliog/rock/archive/v0.9.6.tar.gz'
sha1 'c92bda98b94026fd493b1b0e46db62dc69459848'
url 'https://github.com/nddrylliog/rock/archive/v0.9.8.tar.gz'
sha1 'e9c7f2352d53351b60485b27c70858a0ad5cddb3'
head 'https://github.com/nddrylliog/rock.git'
@ -11,6 +11,7 @@ class Rock < Formula
def install
# make rock using provided bootstrap
ENV['OOC_LIBS'] = prefix
system "make rescue"
bin.install 'bin/rock'
man1.install "docs/rock.1"