summaryrefslogtreecommitdiff
path: root/homebrew/liblinear/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/liblinear/.make.sh-auto')
-rw-r--r--homebrew/liblinear/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/liblinear/.make.sh-auto b/homebrew/liblinear/.make.sh-auto
new file mode 100644
index 000000000..059128601
--- /dev/null
+++ b/homebrew/liblinear/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+make all
+bin.install "predict", "train"
+lib.install "liblinear.dylib"
+lib.install_symlink "liblinear.dylib" => "liblinear.1.dylib"
+include.install "linear.h"