pdf2htmlex 0.9

Closes Homebrew/homebrew#22690.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
maxgalbu 2013-09-19 22:34:24 +02:00 committed by Adam Vandenberg
parent d3dfa7fb27
commit 9402fc7f73
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Pdf2htmlex < Formula class Pdf2htmlex < Formula
homepage 'http://coolwanglu.github.io/pdf2htmlEX/' homepage 'http://coolwanglu.github.io/pdf2htmlEX/'
url 'https://github.com/coolwanglu/pdf2htmlEX/archive/v0.8.1.tar.gz' url 'https://github.com/coolwanglu/pdf2htmlEX/archive/v0.9.tar.gz'
sha256 'b9911e0ddd75cdc6717d13d493a8e7b88eab98d7c080382acf34c38f30cda79c' sha256 'eb511c54d3776af24cf8b8966fa88358fdef4cd48556d603f88ce5bff6df681d'
head 'https://github.com/coolwanglu/pdf2htmlEX.git' head 'https://github.com/coolwanglu/pdf2htmlEX.git'
@ -12,7 +12,7 @@ class Pdf2htmlex < Formula
depends_on 'pkg-config' => :build depends_on 'pkg-config' => :build
depends_on 'fontforge' depends_on 'fontforge'
depends_on 'poppler' depends_on 'poppler'
depends_on 'ttfautohint' => :recommended depends_on 'ttfautohint' => :recommended if MacOS.version > :snow_leopard
def install def install
system "cmake", ".", *std_cmake_args system "cmake", ".", *std_cmake_args