mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
24 lines
548 B
Ruby
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
|