homebrew-cask/Casks/mover.rb

12 lines
318 B
Ruby

cask :v1 => 'mover' do
version :latest
sha256 :no_check
url 'http://www.themaninhat.com/static/mover.dmg'
name 'Mover'
homepage 'http://www.themaninhat.com/mover.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Mover.app'
end