aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Birmili2011-05-23 15:15:16 +0200
committerAdam Vandenberg2011-11-26 13:44:30 -0800
commit3a34d3f8827442aa90d52f30d89f5c116b75d7d7 (patch)
treede810c4302b1cde4290f0c431c56d38a9ff6a7ce
parentfed20590b227d304eb54822cd88727f131ddcb49 (diff)
downloadhomebrew-3a34d3f8827442aa90d52f30d89f5c116b75d7d7.tar.bz2
virtualhost.sh 1.23
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/virtualhost.sh.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/virtualhost.sh.rb b/Library/Formula/virtualhost.sh.rb
new file mode 100644
index 000000000..0b2686e6a
--- /dev/null
+++ b/Library/Formula/virtualhost.sh.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class VirtualhostSh < Formula
+ url 'https://github.com/pgib/virtualhost.sh/tarball/1.23'
+ homepage 'https://github.com/pgib/virtualhost.sh'
+ md5 'c64f7fa01abfae56853e8af39b3913cb'
+
+ head 'https://github.com/pgib/virtualhost.sh.git'
+
+ def install
+ bin.install 'virtualhost.sh'
+ end
+end