summaryrefslogtreecommitdiff
path: root/homebrew/phpunit
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/phpunit
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/phpunit')
-rw-r--r--homebrew/phpunit/.beer21
-rw-r--r--homebrew/phpunit/.make.sh-auto2
-rw-r--r--homebrew/phpunit/_metadata/description1
-rw-r--r--homebrew/phpunit/_metadata/homepage1
-rw-r--r--homebrew/phpunit/_metadata/name1
-rw-r--r--homebrew/phpunit/_metadata/version1
-rwxr-xr-xhomebrew/phpunit/download.sh1
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