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
This commit is contained in:
Rémi Prévost 2010-02-17 15:30:46 -05:00 committed by Adam Vandenberg
parent 4c65186657
commit 6ad622573a

12
Formula/abfind.rb Normal file
View file

@ -0,0 +1,12 @@
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