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

24 lines
548 B
Ruby

cask "moradownloader" do
version "2.0.0.5,6"
sha256 :no_check
url "https://downloader.mora.jp/mac/MoraDownloader.pkg"
name "Mora Downloader"
desc "Online music and video store for the Japanese market"
homepage "https://mora.jp/"
livecheck do
url :url
strategy :extract_plist
end
pkg "MoraDownloader.pkg"
uninstall pkgutil: "jp.co.sonymusicsolutions.moradownloader"
zap trash: [
"~/Library/Application Support/moraDownloader",
"~/Library/Preferences/jp.co.sonymusicsolutions.moradownloader.plist",
]
end