Files
homebrew-cask/Casks/e/emojipedia.rb
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

11 lines
347 B
Ruby

cask "emojipedia" do
version "20190306"
sha256 "32c2e398cac48a9fbd05e45b1a11b791c539bb09aa964c54ec066e2a6aa1f047"
url "https://github.com/gingerbeardman/Emojipedia/releases/download/#{version}/Emojipedia.dictionary.zip"
name "Emojipedia"
homepage "https://github.com/gingerbeardman/Emojipedia"
dictionary "Emojipedia.dictionary"
end