Files
homebrew-cask/Casks/s/screencast.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

14 lines
421 B
Ruby

cask "screencast" do
version "0.0.6"
sha256 "0fb23d34ee3c94eb47233b42d2ac93de84d14dcdafe1e7205ce0a4341ee812f0"
url "https://github.com/soh335/Screencast/releases/download/#{version}/Screencast.dmg"
name "Screencast"
desc "Simple screen video capture application"
homepage "https://github.com/soh335/Screencast"
app "Screencast.app"
zap trash: "~/Library/Preferences/jp.makeitreal.Screencast.plist"
end