95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
12 lines
413 B
Ruby
12 lines
413 B
Ruby
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
|