Files
homebrew-cask/Casks/k/keycast.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

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