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
323 B
Ruby
12 lines
323 B
Ruby
cask "keycast" do
|
|
version "1.1"
|
|
sha256 "61c382ee6aafa393470b86a833a93ecbe1ce91a5665f273109631733facdb727"
|
|
|
|
url "https://github.com/cho45/KeyCast/releases/download/v#{version}/KeyCast.dmg"
|
|
name "KeyCast"
|
|
desc "Record keystroke for screencast"
|
|
homepage "https://github.com/cho45/KeyCast"
|
|
|
|
app "KeyCast.app"
|
|
end
|