summaryrefslogtreecommitdiff
path: root/homebrew/mkvalidator/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mkvalidator/.make.sh-auto')
-rw-r--r--homebrew/mkvalidator/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/mkvalidator/.make.sh-auto b/homebrew/mkvalidator/.make.sh-auto
new file mode 100644
index 000000000..ed4a2bda6
--- /dev/null
+++ b/homebrew/mkvalidator/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+ENV.deparallelize
+inreplace "configure", "\r", "\n"
+pkg:configure
+make -C mkvalidator
+bindir = `corec/tools/coremake/system_output.sh`.chomp
+bin.install "release/#{bindir}/mkvalidator"