6164eb0b60
Closes Homebrew/homebrew#33320. Signed-off-by: Tim D. Smith <git@tim-smith.us>
13 lines
350 B
Ruby
13 lines
350 B
Ruby
require 'formula'
|
|
|
|
class VirtualhostSh < Formula
|
|
homepage 'https://github.com/virtualhost/virtualhost.sh'
|
|
url 'https://github.com/virtualhost/virtualhost.sh/archive/1.32.tar.gz'
|
|
sha1 'dc307937e10c2a5948c59ff2ece6495763415b77'
|
|
|
|
head 'https://github.com/virtualhost/virtualhost.sh.git'
|
|
|
|
def install
|
|
bin.install 'virtualhost.sh'
|
|
end
|
|
end
|