a2becfbb34
Closes Homebrew/homebrew#22578. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
13 lines
329 B
Ruby
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
|