Skip to content

Instantly share code, notes, and snippets.

@relaxdiego
Forked from gavinheavyside/dblatex.rb
Created August 16, 2013 23:56
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 relaxdiego/6254508 to your computer and use it in GitHub Desktop.
Save relaxdiego/6254508 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