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.
21 lines
493 B
Ruby
21 lines
493 B
Ruby
cask "ckan" do
|
|
version "1.33.2"
|
|
sha256 "f9bcef578eead3344d923368a80cd9fe91f58e4bdfd1e024702f24c9039b5dba"
|
|
|
|
url "https://github.com/KSP-CKAN/CKAN/releases/download/v#{version}/CKAN.dmg"
|
|
name "Comprehensive Kerbal Archive Network"
|
|
desc "Mod management solution for Kerbal Space Program"
|
|
homepage "https://github.com/KSP-CKAN/CKAN"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
depends_on cask: "mono-mdk"
|
|
|
|
app "CKAN.app"
|
|
|
|
zap trash: "~/.local/share/CKAN"
|
|
end
|