This is a flatpak manifest for building and running the awesome LinHPSDR software.
The flatpak is also built using GitHub Actions and the corresponding repo hosted via GitHub pages.
In order to install using the hosted repo, you may add this repo's flatpak remote via CLI:
flatpak --user remote-add <name> "https://flatpak-linhpsdr.rnkn.dev/main.flatpakrepo"
...or by downloading the main.flatpakrepo file and opening it with your distro's GUI package manager, some support this.
Afterwards, the flatpak may be installed:
flatpak --user install <name> io.github.g0orx.linhpsdr
The build is implemented with dagger.io.
For a list of possible tasks, checkout this repo and run
dagger functions
This project is not an official build or distribution of LinHPSDR and mainly a learning exercise, so YMMV.