Files
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

23 lines
507 B
Ruby

cask "evkey" do
version "3.3.8"
sha256 :no_check
url "https://github.com/lamquangminh/EVKey/releases/download/Release/EVKeyMac.zip",
verified: "github.com/lamquangminh/EVKey/"
name "EVKey"
desc "Vietnamese keyboard"
homepage "https://evkeyvn.com/"
livecheck do
url :homepage
regex(/EVKeyMac\.zip.*?v?(\d+(?:\.\d+)+)/im)
end
app "EVKey.app"
zap trash: [
"~/Library/Containers/com.lamquangminh.evkey",
"~/Library/Containers/com.lamquangminh.evkeyhelper",
]
end