homebrew-cask/Casks/tiny.rb

14 lines
324 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tiny' do
version :latest
sha256 :no_check
2016-10-07 11:36:22 +08:00
# kaomojiformac.github.io was verified as official when first introduced to the cask
url 'https://kaomojiformac.github.io/tiny-download/Tiny.zip'
name 'Tiny'
homepage 'https://www.delightfuldev.com/tiny/'
depends_on macos: '>= :yosemite'
app 'Tiny.app'
end