diff options
| author | Tobias Birmili | 2011-05-23 15:15:16 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-26 13:44:30 -0800 |
| commit | 3a34d3f8827442aa90d52f30d89f5c116b75d7d7 (patch) | |
| tree | de810c4302b1cde4290f0c431c56d38a9ff6a7ce | |
| parent | fed20590b227d304eb54822cd88727f131ddcb49 (diff) | |
| download | homebrew-3a34d3f8827442aa90d52f30d89f5c116b75d7d7.tar.bz2 | |
virtualhost.sh 1.23
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/virtualhost.sh.rb | 13 |
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 |
