diff options
Diffstat (limited to 'homebrew/phplint')
-rw-r--r-- | homebrew/phplint/.beer | 23 | ||||
-rw-r--r-- | homebrew/phplint/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/phplint/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/phplint/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/phplint/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/phplint/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/phplint/download.sh | 1 |
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/phplint/.beer b/homebrew/phplint/.beer new file mode 100644 index 000000000..95fc4d02b --- /dev/null +++ b/homebrew/phplint/.beer @@ -0,0 +1,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" +}
\ No newline at end of file diff --git a/homebrew/phplint/.make.sh-auto b/homebrew/phplint/.make.sh-auto new file mode 100644 index 000000000..9a74fecf4 --- /dev/null +++ b/homebrew/phplint/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "php", "/opt/php/bin/php", Formula["php"].opt_bin/"php" +libexec.install "modules", "php", "phpl", "stdlib", "utils" +bin.install_symlink libexec/"phpl" diff --git a/homebrew/phplint/_metadata/description b/homebrew/phplint/_metadata/description new file mode 100644 index 000000000..6960600bf --- /dev/null +++ b/homebrew/phplint/_metadata/description @@ -0,0 +1 @@ +Validator and documentator for PHP 5 and 7 programs diff --git a/homebrew/phplint/_metadata/homepage b/homebrew/phplint/_metadata/homepage new file mode 100644 index 000000000..a59e12f85 --- /dev/null +++ b/homebrew/phplint/_metadata/homepage @@ -0,0 +1 @@ +https://www.icosaedro.it/phplint/ diff --git a/homebrew/phplint/_metadata/name b/homebrew/phplint/_metadata/name new file mode 100644 index 000000000..a144b6f06 --- /dev/null +++ b/homebrew/phplint/_metadata/name @@ -0,0 +1 @@ +Phplint diff --git a/homebrew/phplint/_metadata/version b/homebrew/phplint/_metadata/version new file mode 100644 index 000000000..55b1b8028 --- /dev/null +++ b/homebrew/phplint/_metadata/version @@ -0,0 +1 @@ +4.0_20190206 diff --git a/homebrew/phplint/download.sh b/homebrew/phplint/download.sh new file mode 100755 index 000000000..e0493d1e4 --- /dev/null +++ b/homebrew/phplint/download.sh @@ -0,0 +1 @@ +wget https://www.icosaedro.it/phplint/phplint-4.0_20190206.tar.gz
\ No newline at end of file |