aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kuehl2010-02-16 15:10:42 +0100
committerAdam Vandenberg2010-02-18 13:03:57 -0800
commitec554f86e03bbd256707cc10cffbd23d375fa042 (patch)
tree6106f037773abdda2bfff55a7faa62177fa80816
parentb42a1cb66adeea604fac7eaa7b61a954658e70e0 (diff)
downloadhomebrew-ec554f86e03bbd256707cc10cffbd23d375fa042.tar.bz2
New formula: authexec
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Tweaked the version of gcc used.
-rw-r--r--Library/Formula/authexec.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb
new file mode 100644
index 000000000..efdfc76d4
--- /dev/null
+++ b/Library/Formula/authexec.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Authexec <Formula
+ url 'http://vafer.org/pub/cocoa/authexec.zip'
+ homepage 'http://vafer.org/blog/20060211170210'
+ md5 '0644931a28960a59b7720eb37d035c2e'
+ version '2010-01-28'
+
+ def install
+ inreplace "Makefile", "gcc", "$(CC)"
+ system 'make all'
+ bin.install 'authexec'
+ end
+end