homebrew-cask/Casks/miro.rb

13 lines
383 B
Ruby

cask :v1 => 'miro' do
version :latest
sha256 :no_check
# osuosl.org is the official download host per the vendor homepage
url 'http://ftp.osuosl.org/pub/pculture.org/miro/osx/Miro.dmg'
name 'Miro'
homepage 'http://www.getmiro.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Miro.app'
end