Skip to content

Commit

Permalink
sile 0.9.3
Browse files Browse the repository at this point in the history
Closes #1039.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed May 10, 2016
1 parent bf71595 commit 2177b86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/sile.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sile < Formula
desc "Modern typesetting system inspired by TeX"
homepage "http://www.sile-typesetter.org/"
url "https://github.com/simoncozens/sile/releases/download/v0.9.2/sile-0.9.2.tar.bz2"
sha256 "2223582818df06daa4609cee40a81e8787085ad1795d4b2ce5edbe0663b74e18"
url "https://github.com/simoncozens/sile/releases/download/v0.9.3/sile-0.9.3.tar.bz2"
sha256 "30dfce5dca517280f3c41c34d52e7983080f880f22aca6ddca471d541a2d3f49"

head do
url "https://github.com/simoncozens/sile.git"
Expand All @@ -11,6 +11,8 @@ class Sile < Formula
depends_on "libtool" => :build
end

bottle :disable, "LuaRocks requirements preclude bottling"

depends_on "pkg-config" => :build
depends_on "harfbuzz"
depends_on "fontconfig"
Expand All @@ -32,4 +34,8 @@ def install
system "make"
system "make", "install"
end

test do
assert_match "SILE #{version}", shell_output("#{bin}/sile --version")
end
end

0 comments on commit 2177b86

Please sign in to comment.