summaryrefslogtreecommitdiff
path: root/homebrew/getmail/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/getmail/.make.sh-auto')
-rw-r--r--homebrew/getmail/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/getmail/.make.sh-auto b/homebrew/getmail/.make.sh-auto
new file mode 100644
index 000000000..fe44a90d2
--- /dev/null
+++ b/homebrew/getmail/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+libexec.install %w[getmail getmail_fetch getmail_maildir getmail_mbox]
+inreplace Dir[libexec/"*"], %r{^#!/usr/bin/env python$}, "#!/usr/bin/python"
+bin.install_symlink Dir["#{libexec}/*"]
+libexec.install "getmailcore"
+man1.install Dir["docs/*.1"]