homebrew-cask/Casks/little-navmap.rb

16 lines
588 B
Ruby

cask "little-navmap" do
version "2.6.17"
sha256 "5f0341b55d9f16cea6312660ecc936dd26454a6d0770b38ca06222df3b2a20e3"
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 Navmap.app"
app "Little Navconnect.app"
caveats "The X-Plane plugin will be at #{staged_path} after installation."
end