diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/authexec.rb | 14 |
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 |
