diff options
Diffstat (limited to 'homebrew/phpunit')
-rw-r--r-- | homebrew/phpunit/.beer | 21 | ||||
-rw-r--r-- | homebrew/phpunit/.make.sh-auto | 2 | ||||
-rw-r--r-- | homebrew/phpunit/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/phpunit/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/phpunit/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/phpunit/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/phpunit/download.sh | 1 |
7 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/phpunit/.beer b/homebrew/phpunit/.beer new file mode 100644 index 000000000..26bb14ab2 --- /dev/null +++ b/homebrew/phpunit/.beer @@ -0,0 +1,21 @@ +{ + "name": "Phpunit", + "description": "Programmer-oriented testing framework for PHP", + "url": "https://phar.phpunit.de/phpunit-8.1.3.phar", + "mirror": null, + "homepage": "https://phpunit.de", + "depends": [ + { + "depend": "php", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bin.install \"phpunit-#{version}.phar\" => \"phpunit\"" + ], + "version": "8.1.3", + "file": "phpunit.rb" +}
\ No newline at end of file diff --git a/homebrew/phpunit/.make.sh-auto b/homebrew/phpunit/.make.sh-auto new file mode 100644 index 000000000..ae8575601 --- /dev/null +++ b/homebrew/phpunit/.make.sh-auto @@ -0,0 +1,2 @@ +pkg:setup +bin.install "phpunit-#{version}.phar" => "phpunit" diff --git a/homebrew/phpunit/_metadata/description b/homebrew/phpunit/_metadata/description new file mode 100644 index 000000000..7d8f748c9 --- /dev/null +++ b/homebrew/phpunit/_metadata/description @@ -0,0 +1 @@ +Programmer-oriented testing framework for PHP diff --git a/homebrew/phpunit/_metadata/homepage b/homebrew/phpunit/_metadata/homepage new file mode 100644 index 000000000..3926c2cc8 --- /dev/null +++ b/homebrew/phpunit/_metadata/homepage @@ -0,0 +1 @@ +https://phpunit.de diff --git a/homebrew/phpunit/_metadata/name b/homebrew/phpunit/_metadata/name new file mode 100644 index 000000000..53d65890f --- /dev/null +++ b/homebrew/phpunit/_metadata/name @@ -0,0 +1 @@ +Phpunit diff --git a/homebrew/phpunit/_metadata/version b/homebrew/phpunit/_metadata/version new file mode 100644 index 000000000..406b89827 --- /dev/null +++ b/homebrew/phpunit/_metadata/version @@ -0,0 +1 @@ +8.1.3 diff --git a/homebrew/phpunit/download.sh b/homebrew/phpunit/download.sh new file mode 100755 index 000000000..3692b3e09 --- /dev/null +++ b/homebrew/phpunit/download.sh @@ -0,0 +1 @@ +wget https://phar.phpunit.de/phpunit-8.1.3.phar
\ No newline at end of file |