1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Pacparser",
"description": "Library to parse proxy auto-config (PAC) files",
"url": "https://github.com/pacparser/pacparser/archive/1.3.7.tar.gz",
"mirror": null,
"homepage": "https://github.com/pacparser/pacparser",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize",
"ENV[\"VERSION\"] = version",
"Dir.chdir \"src\"",
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "1.3.7",
"file": "pacparser.rb"
}
|