Files
homebrew-cask/Casks/m/melonbooksviewer.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

20 lines
475 B
Ruby

cask "melonbooksviewer" do
version "1.2.0"
sha256 :no_check
url "https://www.melonbooks.co.jp/user_data/packages/default/app/melonbooks-viewer-mac.zip"
name "Melonbooks Viewer"
name "メロンブックス 電子書籍"
desc "Ebook viewer"
homepage "https://www.melonbooks.co.jp/ebook/list.php?category_id=77"
livecheck do
url :url
strategy :extract_plist
end
pkg "installer-signed-melon.pkg"
uninstall pkgutil: "jp.co.melonbooks.viewer"
end