summaryrefslogtreecommitdiff
path: root/homebrew/siscscheme/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/siscscheme/.make.sh-auto')
-rw-r--r--homebrew/siscscheme/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/siscscheme/.make.sh-auto b/homebrew/siscscheme/.make.sh-auto
new file mode 100644
index 000000000..65e57f0e6
--- /dev/null
+++ b/homebrew/siscscheme/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+libexec.install Dir["*"]
+(bin/"sisc").write <<~EOS
+#!/bin/sh
+SISC_HOME=#{libexec}
+exec #{libexec}/sisc "$@"
+EOS