summaryrefslogtreecommitdiff
path: root/homebrew/liblinear/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/liblinear/.beer')
-rw-r--r--homebrew/liblinear/.beer25
1 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/liblinear/.beer b/homebrew/liblinear/.beer
new file mode 100644
index 000000000..29ccdb182
--- /dev/null
+++ b/homebrew/liblinear/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "Liblinear",
+ "description": "Library for large linear classification",
+ "url": "https://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-2.20.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.csie.ntu.edu.tw/~cjlin/liblinear/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/941ec0ad/liblinear/patch-Makefile.diff",
+ "strip": "0"
+ }
+ ],
+ "install": [
+ "system \"make\", \"all\"",
+ "bin.install \"predict\", \"train\"",
+ "lib.install \"liblinear.dylib\"",
+ "lib.install_symlink \"liblinear.dylib\" => \"liblinear.1.dylib\"",
+ "include.install \"linear.h\""
+ ],
+ "version": "2.20",
+ "file": "liblinear.rb"
+} \ No newline at end of file