diff options
Diffstat (limited to 'homebrew/mksh/.make.sh-auto')
-rw-r--r-- | homebrew/mksh/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/mksh/.make.sh-auto b/homebrew/mksh/.make.sh-auto new file mode 100644 index 000000000..545a66811 --- /dev/null +++ b/homebrew/mksh/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +sh ./Build.sh -r -c (ENV.compiler == :clang) ? "lto" : "combine" +bin.install "mksh" +man1.install "mksh.1" |