flightgear-arch

A collection of Arch Linux PKGBUILDS for the Flightgear Simulator

Stars
3

Flightgear for Arch Linux

This repository hosts a collection of Arch Linux PKGBUILDs for Flightgear related packages.

Installation

The Arch Linux packages for Flightgear are available on the AUR. Since many packages will be installed, it is recommended to use an AUR helper like paru.

To install Flightgear, use

paru -S flightgear

Discussions/Support/Issues

Use the issue tracker to report problems with the AUR packages.

For general concerns/comments/support we use the issue tracker. If you have issues specific to your setup or are having difficulties getting something to work, feel free to post there.

Contributing

Your contribution is always welcome. Before making a pull request, please open an issue at the issue tracker to report the problem with build/error logs. For most packages, you have to update pkgver and sha256sums. Before you commit your changes you will need to generate .SRCINFO from the updated PKGBUILD:

makepkg --printsrcinfo > .SRCINFO

and add it to your commit. As we want to bring Flightgear into community we require that the package builds in a clean chroot.