homebrew-core/Formula/virtualhost.sh.rb
Dimitre a2becfbb34 virtualhost.sh 1.31
Closes Homebrew/homebrew#22578.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-15 17:05:05 -07:00

13 lines
329 B
Ruby

require 'formula'
class VirtualhostSh < Formula
homepage 'https://github.com/pgib/virtualhost.sh'
url 'https://github.com/pgib/virtualhost.sh/archive/1.31.tar.gz'
sha1 '25954027dbed14843123bea4efd498cd2abfc4a0'
head 'https://github.com/pgib/virtualhost.sh.git'
def install
bin.install 'virtualhost.sh'
end
end