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.
17 lines
426 B
Ruby
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
|