Files
homebrew-cask/Casks/e/epichrome.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

18 lines
486 B
Ruby

cask "epichrome" do
version "2.4.26"
sha256 "690df70b5c8fc7104ad44965dfc509e61f5c2238638d793befdae19c1210a8d3"
url "https://github.com/dmarmor/epichrome/releases/download/v#{version}/epichrome-#{version}.pkg"
name "Epichrome"
desc "Tool to create web-based applications that work like standalone apps"
homepage "https://github.com/dmarmor/epichrome"
pkg "epichrome-#{version}.pkg"
uninstall pkgutil: "org.epichrome.Epichrome"
caveats do
discontinued
end
end