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.
14 lines
463 B
Ruby
14 lines
463 B
Ruby
cask "matterhorn" do
|
|
version "50200.19.0"
|
|
sha256 "2f674a1a9deefc54cd4522aaba6e808b0f9321432238c9c1feccebe0d474ffd7"
|
|
|
|
url "https://github.com/matterhorn-chat/matterhorn/releases/download/#{version}/matterhorn-#{version}-Darwin-x86_64.tar.bz2"
|
|
name "Matterhorn"
|
|
desc "Unix terminal client for Mattermost"
|
|
homepage "https://github.com/matterhorn-chat/matterhorn"
|
|
|
|
binary "matterhorn-#{version}-Darwin-x86_64/matterhorn"
|
|
|
|
# No zap stanza required
|
|
end
|