2010-02-17 20:30:46 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Abfind < Formula
|
2010-02-17 20:30:46 +00:00
|
|
|
# Can't build from stable tarball
|
|
|
|
head "http://iharder.svn.sourceforge.net/svnroot/iharder/abfind/"
|
|
|
|
homepage 'http://iharder.sourceforge.net/current/macosx/abfind/'
|
|
|
|
|
|
|
|
def install
|
2011-03-03 20:29:10 +00:00
|
|
|
system "xcodebuild SYMROOT=build"
|
2010-02-17 20:30:46 +00:00
|
|
|
bin.install "build/Release/abfind"
|
|
|
|
end
|
|
|
|
end
|