Skip to content

Commit

Permalink
utftex 1.18
Browse files Browse the repository at this point in the history
utftex: add build patch
  • Loading branch information
p-linnane committed May 24, 2023
1 parent cc7327d commit 6c4ead9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Formula/utftex.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Utftex < Formula
desc "Pretty print math in monospace fonts, using a TeX-like syntax"
homepage "https://github.com/bartp5/libtexprintf"
url "https://github.com/bartp5/libtexprintf/archive/refs/tags/v1.17.tar.gz"
sha256 "2fb425b90182bf5cbfcdd7daff88e50df53eb00262a77033dc2ac0b9168b2b4c"
url "https://github.com/bartp5/libtexprintf/archive/refs/tags/v1.18.tar.gz"
sha256 "ff39c33629ae9bc6f8782b9fdfa14a240a75ee3a3bf80d02f95bf31c522f9e31"
license "GPL-3.0-only"

bottle do
Expand All @@ -19,6 +19,13 @@ class Utftex < Formula
depends_on "automake" => :build
depends_on "libtool" => :build

# Fixes race condition in Makefile
# Remove in next release
patch do
url "https://github.com/bartp5/libtexprintf/commit/65fb91ab307f3185278fca354f21f4c282cc7154.patch?full_index=1"
sha256 "23d67a77fc27ecfb7c9c600db2eeb58eb78fe0ef1d23e00415e9cc08fdd1620a"
end

def install
system "./autogen.sh"
system "./configure", *std_configure_args, "--disable-silent-rules"
Expand Down

0 comments on commit 6c4ead9

Please sign in to comment.