virtualhost.sh 1.23
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f478134b29
commit
57bd902937
1 changed files with 13 additions and 0 deletions
13
Formula/virtualhost.sh.rb
Normal file
13
Formula/virtualhost.sh.rb
Normal file
|
@ -0,0 +1,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
|
Loading…
Reference in a new issue