mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
- 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
7 lines
258 B
Ruby
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
|