summaryrefslogtreecommitdiff
path: root/homebrew/minicom/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/minicom/.make.sh-auto')
-rw-r--r--homebrew/minicom/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/minicom/.make.sh-auto b/homebrew/minicom/.make.sh-auto
new file mode 100644
index 000000000..ce6a78c1d
--- /dev/null
+++ b/homebrew/minicom/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV["LIBS"] = "-liconv"
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
+(prefix/"etc").mkdir
+(prefix/"var").mkdir
+(prefix/"etc/minirc.dfl").write "pu lock #{prefix}/var\npu escape-key Escape (Meta)\n"