RPM
pgagroal can be built into a RPM for Fedora systems.
Requirements
sh
dnf install gcc rpm-build rpm-devel rpmlint make python bash coreutils diffutils patch rpmdevtools chrpathSetup RPM development
sh
rpmdev-setuptreeCreate source package
sh
git clone https://github.com/pgagroal/pgagroal.git
cd pgagroal
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make package_sourceCreate RPM package
sh
cp pgagroal-$VERSION.tar.gz ~/rpmbuild/SOURCES
QA_RPATHS=0x0001 rpmbuild -bb pgagroal.specThe resulting RPM will be located in ~/rpmbuild/RPMS/x86_64/, if your architecture is x86_64.