57bd902937
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
13 lines
313 B
Ruby
13 lines
313 B
Ruby
require 'formula'
|
|
|
|
class VirtualhostSh < Formula
|
|
url 'https://github.com/pgib/virtualhost.sh/tarball/1.23'
|
|
homepage 'https://github.com/pgib/virtualhost.sh'
|
|
md5 'c64f7fa01abfae56853e8af39b3913cb'
|
|
|
|
head 'https://github.com/pgib/virtualhost.sh.git'
|
|
|
|
def install
|
|
bin.install 'virtualhost.sh'
|
|
end
|
|
end
|