Skip to content

Commit

Permalink
New formula: launch
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Do a binary build.
  • Loading branch information
mkhl authored and adamv committed Jun 17, 2010
1 parent 0d03898 commit 01d9f20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/launch.rb
@@ -0,0 +1,14 @@
require 'formula'

class Launch <Formula
url 'http://web.sabi.net/nriley/software/launch-1.1.tar.gz'
homepage 'http://web.sabi.net/nriley/software/'
md5 'bcd5179d5b519248a717aa73f3819e00'

def install
rm_rf "launch" # We'll build it ourself, thanks.
system "#{ENV.cc} -o launch -std=c99 #{ENV['CFLAGS']} main.c -framework ApplicationServices"
man1.install gzip('launch.1')
bin.install 'launch'
end
end

0 comments on commit 01d9f20

Please sign in to comment.