1 cask "kindle-comic-converter" do
2 arch arm: "arm", intel: "i386"
5 sha256 arm: "316a5f0568cae7af41d06a63431d1b0c19eeb5b244f999f3d748a4ebdfded85f",
6 intel: "7d4c7c17c7b3a10bcbae2713a36c00dda9fe51b9163763b05662109fd67dada4"
8 url "https://github.com/ciromattia/kcc/releases/download/v#{version}/kcc_macos_#{arch}_#{version}.dmg",
9 verified: "github.com/ciromattia/kcc/"
10 name "Kindle Comic Converter"
12 desc "Comic and manga converter for ebook readers"
13 homepage "https://kcc.iosphe.re/"
17 strategy :github_latest
20 depends_on macos: ">= :mojave"
22 app "Kindle Comic Converter.app"
24 zap trash: "~/Library/Preferences/com.kindlecomicconverter.KindleComicConverter.plist"