blob: db63848cf25cf929255f576b07bc05998d6495ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require 'formula'
class VirtualhostSh < Formula
homepage 'https://github.com/pgib/virtualhost.sh'
url 'https://github.com/pgib/virtualhost.sh/archive/1.30.tar.gz'
sha1 '0de462c1ec15c4dfcd2b73d806394bc6b7f93e60'
head 'https://github.com/pgib/virtualhost.sh.git'
def install
bin.install 'virtualhost.sh'
end
end
|