homebrew-cask-versions/Casks/vagrant.rb
Paul Hinze 3991bd6839 a beta pkg installer
- the vagrant cask is our guinea pig
- works for me
- only basic testing at the moment
- i wanted to push something to get the gears turning on this

it turns out the concept is pretty simple. specify a list of pkgs to
install; borrow the patterns from linkables for that. then basically
just run "sudo installer"

refs #14
2013-05-11 23:01:59 -05:00

7 lines
258 B
Ruby

class Vagrant < Cask
url 'http://files.vagrantup.com/packages/7e400d00a3c5a0fdf2809c8b5001a035415a607b/Vagrant-1.2.2.dmg'
homepage 'http://www.vagrantup.com'
version '1.2.2'
sha1 'f8ab15ddc3e38df47778748c2eae8e811ef1bed0'
install 'Vagrant.pkg'
end