summaryrefslogtreecommitdiff
path: root/homebrew/tenyr/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tenyr/.make.sh-auto')
-rw-r--r--homebrew/tenyr/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/tenyr/.make.sh-auto b/homebrew/tenyr/.make.sh-auto
new file mode 100644
index 000000000..d590299f3
--- /dev/null
+++ b/homebrew/tenyr/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+make BISON=#{Formula[bison"].opt_bin}/bison" JIT=0 BUILDDIR=build/homebrew
+pkgshare.install "rsrc", "plugins"
+cd "build/homebrew"
+bin.install "tsim", "tas", "tld"
+lib.install Dir["*.dylib"]