homebrew-cask/Casks/img2icns.rb

13 lines
449 B
Ruby
Raw Normal View History

2014-11-14 01:26:05 +08:00
cask :v1 => 'img2icns' do
2014-09-17 19:42:48 +08:00
version :latest
sha256 :no_check
2015-01-18 04:08:03 +08:00
# shinyfrog.net is the official download host per the vendor homepage
2013-11-04 01:47:48 +08:00
url 'http://static.shinyfrog.net/downloads/image2icon/Img2icns.zip'
2014-05-14 21:40:01 +08:00
appcast 'http://store.shinyfrog.net/appcast/img2icns.xml'
2013-11-04 01:47:48 +08:00
homepage 'http://www.img2icnsapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:44 +08:00
app 'Img2icns.app'
2013-11-04 01:47:48 +08:00
end