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.
18 lines
426 B
Ruby
18 lines
426 B
Ruby
cask "aquaskk" do
|
|
version "4.7.3"
|
|
sha256 "bf3300ceb8f5fd2433e244de0f43f1962073b5048f1536ef58e617f7c4785abd"
|
|
|
|
url "https://github.com/codefirst/aquaskk/releases/download/#{version}/AquaSKK-#{version}.pkg"
|
|
name "AquaSKK"
|
|
homepage "https://github.com/codefirst/aquaskk"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
pkg "AquaSKK-#{version}.pkg"
|
|
|
|
uninstall pkgutil: "org.codefirst.aquaskk.pkg"
|
|
end
|