summaryrefslogtreecommitdiff
path: root/homebrew/h3/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/h3/.make.sh-auto')
-rw-r--r--homebrew/h3/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/h3/.make.sh-auto b/homebrew/h3/.make.sh-auto
new file mode 100644
index 000000000..9e3104537
--- /dev/null
+++ b/homebrew/h3/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+mkdir "build" && cd build
+cmake .. -DBUILD_SHARED_LIBS=YES -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make DESTDIR=${PKG_DEST} install