Skip to content

Instantly share code, notes, and snippets.

@ono
Created March 18, 2011 14:14
Show Gist options
  • Save ono/876132 to your computer and use it in GitHub Desktop.
Save ono/876132 to your computer and use it in GitHub Desktop.
require 'formula'
class FileMagic <Formula
url 'ftp://ftp.astron.com//pub/file//file-5.04.tar.gz'
homepage 'http://www.darwinsys.com/file/'
md5 'accade81ff1cc774904b47c72c8aeea0'
def install
system "./configure"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment