graphite2: fix component order

This commit is contained in:
commitay 2018-09-21 13:51:59 +10:00
parent ab69d1518a
commit b766c5d886

View file

@ -15,13 +15,13 @@ class Graphite2 < Formula
depends_on "cmake" => :build
needs :cxx11
resource "testfont" do
url "https://scripts.sil.org/pub/woff/fonts/Simple-Graphite-Font.ttf"
sha256 "7e573896bbb40088b3a8490f83d6828fb0fd0920ac4ccdfdd7edb804e852186a"
end
needs :cxx11
def install
system "cmake", *std_cmake_args
system "make", "install"