summaryrefslogtreecommitdiff
path: root/homebrew/libcec/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libcec/.make.sh-auto')
-rw-r--r--homebrew/libcec/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/libcec/.make.sh-auto b/homebrew/libcec/.make.sh-auto
new file mode 100644
index 000000000..946861aca
--- /dev/null
+++ b/homebrew/libcec/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.cxx11
+resource("p8-platform").stage do
+mkdir "build" && cd build
+cmake .. -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make
+make DESTDIR=${PKG_DEST} install