homebrew-cask/Casks/d/dictcc-en-de-dictionary-plu...

18 lines
441 B
Ruby

cask "dictcc-en-de-dictionary-plugin" do
version "2011-05-26"
sha256 :no_check
url "https://www1.dict.cc/download/macosx10.6_dict.cc_dictionary.pkg"
name "dict.cc English-German dictionary plugin"
homepage "https://www.dict.cc/?s=about%3Awordlist"
livecheck do
url :url
strategy :extract_plist
end
pkg "macosx10.6_dict.cc_dictionary.pkg"
uninstall pkgutil: "org.lipflip.dictcccDeutschenglischDictionary..*"
end