blob: 1675d0d57141a6887e6a1afacff3a50edf9f7821 (
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'
  sha1 '837eac3163de16c83f94a1f4e5e6c8c24aa65bc8'
  head 'https://github.com/pgib/virtualhost.sh.git'
  def install
    bin.install 'virtualhost.sh'
  end
end
  |