summaryrefslogtreecommitdiff
path: root/homebrew/vifm/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vifm/.make.sh-auto')
-rw-r--r--homebrew/vifm/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/vifm/.make.sh-auto b/homebrew/vifm/.make.sh-auto
new file mode 100644
index 000000000..c5456f08f
--- /dev/null
+++ b/homebrew/vifm/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --without-gtk --without-libmagic --without-X11
+make
+make check
+ENV.deparallelize { system "make", "install" }