Files
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

17 lines
426 B
Ruby

cask "vv" do
version "2.4.10"
sha256 "b6060d1105745640728fd7cdcc6a312a1d497a29cb30e5575cfb3318cd9577e8"
url "https://github.com/vv-vim/vv/releases/download/v#{version}/VV-#{version}.dmg"
name "VV"
desc "Neovim client"
homepage "https://github.com/vv-vim/vv"
depends_on formula: "neovim"
app "VV.app"
binary "#{appdir}/VV.app/Contents/Resources/bin/vv"
zap trash: "~/Library/Application Support/VV"
end