Skip to content

Instantly share code, notes, and snippets.

@osamu2001
Created March 17, 2014 11:43
Show Gist options
  • Save osamu2001/9597868 to your computer and use it in GitHub Desktop.
Save osamu2001/9597868 to your computer and use it in GitHub Desktop.
require 'formula'
class PdfTools <Formula
url 'https://github.com/politza/pdf-tools/archive/master.zip'
homepage 'https://github.com/politza/pdf-tools/'
md5 '4278b81f7a105a491b5a8699f770c802'
def install
system "./configure", "--prefix=#{prefix}",
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment