summaryrefslogtreecommitdiff
path: root/homebrew/mosh/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mosh/.make.sh-auto')
-rw-r--r--homebrew/mosh/.make.sh-auto6
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