sisc-scheme: bottle unneeded
This commit is contained in:
parent
fa036fab52
commit
fb98c0af30
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@ class SiscScheme < Formula
|
|||
url "https://downloads.sourceforge.net/project/sisc/SISC%20Lite/1.16.6/sisc-lite-1.16.6.tar.gz"
|
||||
sha256 "7a2f1ee46915ef885282f6df65f481b734db12cfd97c22d17b6c00df3117eea8"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
prefix.install_metafiles
|
||||
libexec.install Dir["*"]
|
||||
(bin/"sisc").write <<-EOS.undent
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Reference in a new issue