homebrew-cask/Casks/img2icns.rb

13 lines
449 B
Ruby

cask :v1 => 'img2icns' do
version :latest
sha256 :no_check
# shinyfrog.net is the official download host per the vendor homepage
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