homebrew-cask/Casks/google-nik-collection.rb

13 lines
319 B
Ruby
Raw Normal View History

cask :v1 => 'google-nik-collection' do
version :latest
2014-07-29 11:13:09 +08:00
sha256 :no_check
url 'http://dl.google.com/dl/edgedl/photos/nikcollection-demo.dmg'
2015-01-12 02:49:24 +08:00
name 'Nik Collection'
2014-07-29 11:13:09 +08:00
homepage 'https://www.google.com/nikcollection/'
license :commercial
2015-01-12 02:49:24 +08:00
tags :vendor => 'Google'
2014-07-29 11:13:09 +08:00
installer :manual => 'Nik Collection.app'
2014-07-29 11:13:09 +08:00
end