Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / n / nexonplug.rb
blob7848d53c053a3fac9151cdd5934e7bb13473684c
1 cask "nexonplug" do
2   version :latest
3   sha256 :no_check
5   url "https://platform.nexon.com/NGM/Bin/Install_NexonPlug.pkg"
6   name "Nexon Plug"
7   desc "Launcher for Nexon games"
8   homepage "https://www.nexon.com/"
10   depends_on macos: ">= :catalina"
12   pkg "Install_NexonPlug.pkg"
14   uninstall pkgutil: "com.nexon.plug.pkg"
16   zap trash: [
17     "~/Library/Application Support/MapleStory",
18     "~/Library/Caches/com.nexon.plug",
19     "~/Library/Caches/com.nexon.plug.helper",
20   ]
21 end