Files
homebrew-cask/Casks/l/little-navmap.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

21 lines
715 B
Ruby

cask "little-navmap" do
version "2.8.12"
sha256 "9bba91375d205326ca3cd06814d68958683adde24087b7afb4476bb811db4d66"
url "https://github.com/albar965/littlenavmap/releases/download/v#{version}/LittleNavmap-macOS-#{version}.zip",
verified: "github.com/albar965/littlenavmap/"
name "Little Navmap"
desc "Flight planning and navigation and airport search and information system"
homepage "https://albar965.github.io/littlenavmap.html"
app "Little Navconnect.app"
app "Little Navmap.app"
zap trash: [
"~/.config/ABarthel",
"~/Library/Saved Application State/com.yourcompany.littlenavmap.savedState",
]
caveats "The X-Plane plugin will be at #{staged_path} after installation."
end