Skip to content

Instantly share code, notes, and snippets.

@subak
Created May 23, 2012 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subak/2773495 to your computer and use it in GitHub Desktop.
Save subak/2773495 to your computer and use it in GitHub Desktop.
htt_load Formula for home brew
require 'formula'
class HttpLoad < Formula
url 'http://www.acme.com/software/http_load/http_load-12mar2006.tar.gz'
homepage 'http://www.acme.com/software/http_load/'
md5 'd1a6c2261f8828a3f319e86ff0517219'
def install
system "make"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment