Skip to content

Instantly share code, notes, and snippets.

@awaxa
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awaxa/3859ea4a9fe61a2904d7 to your computer and use it in GitHub Desktop.
Save awaxa/3859ea4a9fe61a2904d7 to your computer and use it in GitHub Desktop.
brew install https://raw.githubusercontent.com/fanminjian/homebrew/159b6cf2b078844b7e1f071e7c8c1e4293f6ada4/Library/Formula/prince.rb
require "formula"
class Prince < Formula
homepage "http://www.princexml.com/"
url "http://www.princexml.com/download/prince-9.0r4-macosx.tar.gz"
sha1 "692c1aff7081c8569ba6afb8341aba0788cbf456"
version '9.0r4'
def install
system "echo #{prefix} | ./install.sh"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment