homebrew-core/Formula/virtualhost.sh.rb
Scott Reeves b646ea41f7 virtualhost.sh 1.35
Closes Homebrew/homebrew#41635.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-12 20:36:30 +02:00

14 lines
432 B
Ruby

require 'formula'
class VirtualhostSh < Formula
desc "Script for OS X to create Apache virtual hosts"
homepage 'https://github.com/virtualhost/virtualhost.sh'
url 'https://github.com/virtualhost/virtualhost.sh/archive/1.35.tar.gz'
sha256 '75d34b807e71acd253876c6a99cdbc11ce31ffb159155373c83a99af862fffcc'
head 'https://github.com/virtualhost/virtualhost.sh.git'
def install
bin.install 'virtualhost.sh'
end
end