Files
homebrew-cask/Casks/y/yippy.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

15 lines
424 B
Ruby

cask "yippy" do
version "2.8.1"
sha256 "89d8c2c628637cc72ff6f8a3ca0d07484479a1becb66cedaa67a12062d148131"
url "https://github.com/mattDavo/Yippy/releases/download/#{version}/Yippy.zip",
verified: "github.com/mattDavo/Yippy/"
name "Yippy"
desc "Open source clipboard manager"
homepage "https://yippy.mattdavo.com/"
app "Yippy.app"
zap trash: "~/Library/Application Support/MatthewDavidson.Yippy"
end