homebrew-cask/Casks/gureumkim.rb

15 lines
535 B
Ruby

cask 'gureumkim' do
version '1.9.0c'
sha256 'eac1817137be39e0f36a9f2e2f0170c3eb3eeb6bf28ec25c5143c7de82a50050'
# github.com/gureum/gureum was verified as official when first introduced to the cask
url "https://github.com/gureum/gureum/releases/download/GureumKIM-#{version.delete('a-z')}/GureumKIM-#{version}.pkg"
appcast 'https://github.com/gureum/gureum/releases.atom'
name '구름 입력기'
homepage 'http://gureum.io/'
pkg "GureumKIM-#{version}.pkg"
uninstall pkgutil: 'org.youknowone.inputmethod.Gureum'
end