homebrew-cask/Casks/tiny.rb

14 lines
253 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tiny' do
version :latest
sha256 :no_check
url 'https://www.delightfuldev.com/assets/files/tiny/Tiny.zip'
name 'Tiny'
homepage 'https://www.delightfuldev.com/tiny/'
license :gratis
depends_on macos: '>= 10.10'
app 'Tiny.app'
end