Files
homebrew-cask/Casks/c/cncnet.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

19 lines
398 B
Ruby

cask "cncnet" do
version "2.1"
sha256 :no_check
url "https://funkyfr3sh.cnc-comm.com/files/CnCNet.dmg",
verified: "funkyfr3sh.cnc-comm.com/"
name "CnCNet: Classic Command & Conquer"
homepage "https://cncnet.org/"
livecheck do
url :url
strategy :extract_plist do |item|
item["CnCNet459984781Wine.wineskin.prefs"].short_version
end
end
app "CnCNet.app"
end