Skip to content

Instantly share code, notes, and snippets.

@verus
Created January 22, 2012 10:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save verus/1656511 to your computer and use it in GitHub Desktop.
Save verus/1656511 to your computer and use it in GitHub Desktop.
require 'formula'
class Mimetex < Formula
url 'http://www.forkosh.com/mimetex.zip'
homepage 'http://www.forkosh.com/mimetex.html'
md5 '95400bb0f597760801a0841e7108f242'
version '1.72'
def install
name = "mimetex"
system "gcc", "-o", name, "gfuntype.c", "gifsave.c", "mimetex.c"
bin.install name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment