summaryrefslogtreecommitdiff
path: root/homebrew/siscscheme/.make.sh-auto
blob: 65e57f0e698186b2d272fa6eef88f90a0cb00792 (plain)
1
2
3
4
5
6
7
pkg:setup
libexec.install Dir["*"]
(bin/"sisc").write <<~EOS
#!/bin/sh
SISC_HOME=#{libexec}
exec #{libexec}/sisc "$@"
EOS