1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "Phplint",
"description": "Validator and documentator for PHP 5 and 7 programs",
"url": "https://www.icosaedro.it/phplint/phplint-4.0_20190206.tar.gz",
"mirror": null,
"homepage": "https://www.icosaedro.it/phplint/",
"depends": [
{
"depend": "php",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"inreplace \"php\", \"/opt/php/bin/php\", Formula[\"php\"].opt_bin/\"php\"",
"libexec.install \"modules\", \"php\", \"phpl\", \"stdlib\", \"utils\"",
"bin.install_symlink libexec/\"phpl\""
],
"version": "4.0_20190206",
"file": "phplint.rb"
}
|