aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/virtualhost.sh.rb
blob: 0f607afc163b7a7c2eb05708110cd97d9efc5ab6 (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.31.tar.gz'
  sha1 '25954027dbed14843123bea4efd498cd2abfc4a0'

  head 'https://github.com/pgib/virtualhost.sh.git'

  def install
    bin.install 'virtualhost.sh'
  end
end