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:
parent
4c65186657
commit
6ad622573a
1 changed files with 12 additions and 0 deletions
12
Formula/abfind.rb
Normal file
12
Formula/abfind.rb
Normal 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
|
Loading…
Reference in a new issue