homebrew-core/Formula/abfind.rb
Rémi Prévost 6ad622573a abfind 0.1
ABFind is a Public Domain command-line tool that lets you search your
Address Book.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Compile from source
2010-07-07 20:36:50 -07:00

12 lines
300 B
Ruby

require 'formula'
class Abfind <Formula
# 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
system "xcodebuild"
bin.install "build/Release/abfind"
end
end