summaryrefslogtreecommitdiff
path: root/homebrew/tmux/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tmux/.make.sh-auto')
-rw-r--r--homebrew/tmux/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/tmux/.make.sh-auto b/homebrew/tmux/.make.sh-auto
new file mode 100644
index 000000000..75d0dbaaa
--- /dev/null
+++ b/homebrew/tmux/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+args = %W[--disable-Dependency-tracking --prefix=#{prefix} --sysconfdir=#{etc} ]
+ENV.append "LDFLAGS", "-lresolv"
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install
+pkgshare.install "example_tmux.conf"
+bash_completion.install resource("completion")