blob: 0b2686e6a2bb1d7db17f6c32cca27889b348609a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|