homebrew-cask/Casks/img2icns.rb

12 lines
377 B
Ruby

cask :v1 => 'img2icns' do
version :latest
sha256 :no_check
url 'http://static.shinyfrog.net/downloads/image2icon/Img2icns.zip'
appcast 'http://store.shinyfrog.net/appcast/img2icns.xml'
homepage 'http://www.img2icnsapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Img2icns.app'
end