summaryrefslogtreecommitdiff
path: root/homebrew/phpstan
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/phpstan')
-rw-r--r--homebrew/phpstan/.beer21
-rw-r--r--homebrew/phpstan/.make.sh-auto2
-rw-r--r--homebrew/phpstan/_metadata/description1
-rw-r--r--homebrew/phpstan/_metadata/homepage1
-rw-r--r--homebrew/phpstan/_metadata/name1
-rw-r--r--homebrew/phpstan/_metadata/version1
-rwxr-xr-xhomebrew/phpstan/download.sh1
7 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/phpstan/.beer b/homebrew/phpstan/.beer
new file mode 100644
index 000000000..536fdbae5
--- /dev/null
+++ b/homebrew/phpstan/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "Phpstan",
+ "description": "PHP Static Analysis Tool",
+ "url": "https://github.com/phpstan/phpstan/releases/download/0.11.5/phpstan.phar",
+ "mirror": null,
+ "homepage": "https://github.com/phpstan/phpstan",
+ "depends": [
+ {
+ "depend": "php",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"phpstan.phar\" => \"phpstan\""
+ ],
+ "version": "0.11.5",
+ "file": "phpstan.rb"
+} \ No newline at end of file
diff --git a/homebrew/phpstan/.make.sh-auto b/homebrew/phpstan/.make.sh-auto
new file mode 100644
index 000000000..7961fa7b4
--- /dev/null
+++ b/homebrew/phpstan/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "phpstan.phar" => "phpstan"
diff --git a/homebrew/phpstan/_metadata/description b/homebrew/phpstan/_metadata/description
new file mode 100644
index 000000000..1a12344f0
--- /dev/null
+++ b/homebrew/phpstan/_metadata/description
@@ -0,0 +1 @@
+PHP Static Analysis Tool
diff --git a/homebrew/phpstan/_metadata/homepage b/homebrew/phpstan/_metadata/homepage
new file mode 100644
index 000000000..ce9411be4
--- /dev/null
+++ b/homebrew/phpstan/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/phpstan/phpstan
diff --git a/homebrew/phpstan/_metadata/name b/homebrew/phpstan/_metadata/name
new file mode 100644
index 000000000..5accdf1db
--- /dev/null
+++ b/homebrew/phpstan/_metadata/name
@@ -0,0 +1 @@
+Phpstan
diff --git a/homebrew/phpstan/_metadata/version b/homebrew/phpstan/_metadata/version
new file mode 100644
index 000000000..62d5dbdf3
--- /dev/null
+++ b/homebrew/phpstan/_metadata/version
@@ -0,0 +1 @@
+0.11.5
diff --git a/homebrew/phpstan/download.sh b/homebrew/phpstan/download.sh
new file mode 100755
index 000000000..8bc025052
--- /dev/null
+++ b/homebrew/phpstan/download.sh
@@ -0,0 +1 @@
+wget https://github.com/phpstan/phpstan/releases/download/0.11.5/phpstan.phar \ No newline at end of file