Skip to content

Instantly share code, notes, and snippets.

@gavinheavyside
Created December 4, 2011 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gavinheavyside/1430194 to your computer and use it in GitHub Desktop.
Save gavinheavyside/1430194 to your computer and use it in GitHub Desktop.
require 'formula'
class Dblatex < Formula
url 'http://downloads.sourceforge.net/project/dblatex/dblatex/dblatex-0.3/dblatex-0.3.tar.bz2'
homepage 'http://dblatex.sourceforge.net'
md5 '7de6bf72b8b2934169ce0ec911e966ed'
def install
system "python", "setup.py", "install", "--prefix=#{prefix}", "--install-scripts=#{bin}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment