The proper way to do this is with the head function

master
Max Howell 2009-10-09 03:59:02 +01:00
parent d614c20fdf
commit c37d310cae
1 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@ require 'brewkit'
# "a very long time" to bootstrap the image.
class Factor <Formula
url 'git://github.com/slavapestov/factor.git'
version 'trunk'
head 'git://github.com/slavapestov/factor.git'
homepage 'http://factorcode.org/'
def install
@ -16,7 +15,7 @@ class Factor <Formula
libexec.install "Factor.app"
libexec.install "factor.image"
end
def caveats
"Cocoa app installed to #{libexec}.\n\n"\
"Makes use of 'factor.image' in the same folder."