Files
homebrew-cask/Casks/n/nethackcocoa.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

11 lines
327 B
Ruby

cask "nethackcocoa" do
version "0.3.4"
sha256 "83a9db8f633996a563fbe939141404625f9cf66180612215484f391df0475e94"
url "https://github.com/dirkz/NetHack-Cocoa/releases/download/v#{version}/NetHackCocoa-#{version}.dmg"
name "NetHackCocoa"
homepage "https://github.com/dirkz/NetHack-Cocoa"
app "NetHackCocoa.app"
end