Skip to content

Instantly share code, notes, and snippets.

@sbastn
Created August 11, 2013 09:54
Show Gist options
  • Save sbastn/6204245 to your computer and use it in GitHub Desktop.
Save sbastn/6204245 to your computer and use it in GitHub Desktop.
require 'formula'
class Dblatex < Formula
env :userpaths
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