diff options
Diffstat (limited to 'homebrew/mosh/.make.sh-auto')
-rw-r--r-- | homebrew/mosh/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/mosh/.make.sh-auto b/homebrew/mosh/.make.sh-auto new file mode 100644 index 000000000..44361a09c --- /dev/null +++ b/homebrew/mosh/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.cxx11 +inreplace "scripts/mosh.pl", "'mosh-client", "\'#{bin}/mosh-client" +pkg:configure --enable-completion +make check +make DESTDIR=${PKG_DEST} install |