homebrew-cask/Casks/bestres.rb

15 lines
331 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bestres' do
2015-07-28 01:06:08 +08:00
version :latest
sha256 :no_check
# devmate.com is the official download host per the vendor homepage
url 'https://dl.devmate.com/com.icyberon.BestRes/BestRes.zip'
2015-07-28 01:06:08 +08:00
name 'BestRes'
homepage 'http://icyberon.com/bestres/'
license :gratis
2015-08-02 00:43:13 +08:00
depends_on :macos => '>= :yosemite'
2015-07-28 01:06:08 +08:00
app 'BestRes.app'
end