diff options
Diffstat (limited to 'homebrew/nim/.make.sh-auto')
-rw-r--r-- | homebrew/nim/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/nim/.make.sh-auto b/homebrew/nim/.make.sh-auto new file mode 100644 index 000000000..337d74d91 --- /dev/null +++ b/homebrew/nim/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +resource("csources").stage do +/bin/sh build.sh +build_bin = buildpath/"bin" +build_bin.install "bin/nim" +end +else +/bin/sh build.sh |