summaryrefslogtreecommitdiff
path: root/homebrew/woff2/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/woff2/.make.sh-auto')
-rw-r--r--homebrew/woff2/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/woff2/.make.sh-auto b/homebrew/woff2/.make.sh-auto
new file mode 100644
index 000000000..3ac184665
--- /dev/null
+++ b/homebrew/woff2/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+args = std_cmake_args + %W[-DCMAKE_INSTALL_NAME_DIR=#{opt_lib} -DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON ]
+cmake . *args
+make DESTDIR=${PKG_DEST} install
+bin.install "woff2_info", "woff2_decompress", "woff2_compress"