OpenCPN temporary 5.9 Debian repository
=======================================

This repository contains opencpn 5.9.x beta builds backported to bookworm. These
will never be uploaded to the Debian repositories

To use the repository:

  - Add the repository to the apt sources:
       $ repo=http://mumin.crabdance.com/bookworm-backports
       $ wget -O- $repo/opencpn.list | sudo tee /etc/apt/sources.list.d/opencpn.list

  - Import the signing key:
       $ wget -O- $repo/KEY.gpg | sudo tee /etc/apt/keyrings/opencpn.key

  - Update the apt catalog and install or update opencpn:
       $ sudo apt update && sudo apt install opencpn
