diff options
Diffstat (limited to 'homebrew/wemux/.make.sh-auto')
-rw-r--r-- | homebrew/wemux/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/wemux/.make.sh-auto b/homebrew/wemux/.make.sh-auto new file mode 100644 index 000000000..0bb2a5773 --- /dev/null +++ b/homebrew/wemux/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +inreplace "wemux", "/usr/local/etc", etc +bin.install "wemux" +man1.install "man/wemux.1" +inreplace "wemux.conf.example", "change_this", ENV["USER"] +etc.install "wemux.conf.example" => "wemux.conf" |