1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Re2",
"description": "Alternative to backtracking PCRE-style regular expression engines",
"url": "https://github.com/google/re2/archive/2019-01-01.tar.gz",
"mirror": null,
"homepage": "https://github.com/google/re2",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.cxx11",
"system \"make\", \"install\", \"prefix=#{prefix}\"",
"MachO::Tools.change_dylib_id(\"#{lib}/libre2.0.0.0.dylib\", \"#{lib}/libre2.0.dylib\")",
"lib.install_symlink \"libre2.0.0.0.dylib\" => \"libre2.0.dylib\"",
"lib.install_symlink \"libre2.0.0.0.dylib\" => \"libre2.dylib\""
],
"version": "2019",
"file": "re2.rb"
}
|