Files
homebrew-cask/Casks/s/simple-comic.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

14 lines
423 B
Ruby

cask "simple-comic" do
version "1.9.7"
sha256 "77957b74391ca924b2e4631b8407bdf20d44a97401606dee4cba84d0d5552572"
url "https://github.com/MaddTheSane/Simple-Comic/releases/download/App-Store-#{version}/Simple.Comic.zip"
name "Simple Comic"
desc "Comic viewer/reader"
homepage "https://github.com/MaddTheSane/Simple-Comic"
app "Simple Comic.app"
zap trash: "~/Library/Application Support/Simple Comic"
end