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.
12 lines
322 B
Ruby
12 lines
322 B
Ruby
cask "qmoji" do
|
|
version "1.3.1"
|
|
sha256 "dbe2d6de7bbbba3160434d8638fdccb2cfa192ecd7cbb4e5d573df74e9f740c5"
|
|
|
|
url "https://github.com/jaredly/qmoji/releases/download/#{version}/qmoji.zip"
|
|
name "qmoji"
|
|
desc "Like mojibar, but written in reasonml"
|
|
homepage "https://github.com/jaredly/qmoji"
|
|
|
|
app "qmoji.app"
|
|
end
|