summaryrefslogtreecommitdiff
path: root/homebrew/chisel/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/chisel/.make.sh-auto')
-rw-r--r--homebrew/chisel/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/chisel/.make.sh-auto b/homebrew/chisel/.make.sh-auto
new file mode 100644
index 000000000..19053e006
--- /dev/null
+++ b/homebrew/chisel/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+libexec.install Dir["*.py", "commands"]
+prefix.install "PATENTS"
+make -C Chisel DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}/lib \
+"LD_DYLIB_INSTALL_NAME=#{opt_prefix}/lib/Chisel.framework/Chisel"