diff options
| -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 |
