summaryrefslogtreecommitdiff
path: root/homebrew/virtualhostsh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/virtualhostsh')
-rw-r--r--homebrew/virtualhostsh/.beer16
-rw-r--r--homebrew/virtualhostsh/.make.sh-auto2
-rw-r--r--homebrew/virtualhostsh/_metadata/description1
-rw-r--r--homebrew/virtualhostsh/_metadata/homepage1
-rw-r--r--homebrew/virtualhostsh/_metadata/name1
-rw-r--r--homebrew/virtualhostsh/_metadata/version1
-rwxr-xr-xhomebrew/virtualhostsh/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/virtualhostsh/.beer b/homebrew/virtualhostsh/.beer
new file mode 100644
index 000000000..897def52a
--- /dev/null
+++ b/homebrew/virtualhostsh/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "VirtualhostSh",
+ "description": "Script for macOS to create Apache virtual hosts",
+ "url": "https://github.com/virtualhost/virtualhost.sh/archive/1.35.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/virtualhost/virtualhost.sh",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"virtualhost.sh\""
+ ],
+ "version": "1.35",
+ "file": "virtualhost.sh.rb"
+} \ No newline at end of file
diff --git a/homebrew/virtualhostsh/.make.sh-auto b/homebrew/virtualhostsh/.make.sh-auto
new file mode 100644
index 000000000..aaec03829
--- /dev/null
+++ b/homebrew/virtualhostsh/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "virtualhost.sh"
diff --git a/homebrew/virtualhostsh/_metadata/description b/homebrew/virtualhostsh/_metadata/description
new file mode 100644
index 000000000..54ac85d87
--- /dev/null
+++ b/homebrew/virtualhostsh/_metadata/description
@@ -0,0 +1 @@
+Script for macOS to create Apache virtual hosts
diff --git a/homebrew/virtualhostsh/_metadata/homepage b/homebrew/virtualhostsh/_metadata/homepage
new file mode 100644
index 000000000..131e6bac3
--- /dev/null
+++ b/homebrew/virtualhostsh/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/virtualhost/virtualhost.sh
diff --git a/homebrew/virtualhostsh/_metadata/name b/homebrew/virtualhostsh/_metadata/name
new file mode 100644
index 000000000..50a0b1e8c
--- /dev/null
+++ b/homebrew/virtualhostsh/_metadata/name
@@ -0,0 +1 @@
+VirtualhostSh
diff --git a/homebrew/virtualhostsh/_metadata/version b/homebrew/virtualhostsh/_metadata/version
new file mode 100644
index 000000000..f7613c2d4
--- /dev/null
+++ b/homebrew/virtualhostsh/_metadata/version
@@ -0,0 +1 @@
+1.35
diff --git a/homebrew/virtualhostsh/download.sh b/homebrew/virtualhostsh/download.sh
new file mode 100755
index 000000000..7382d6783
--- /dev/null
+++ b/homebrew/virtualhostsh/download.sh
@@ -0,0 +1 @@
+wget https://github.com/virtualhost/virtualhost.sh/archive/1.35.tar.gz \ No newline at end of file