This repository contains the Flathub manifest to deploy Simplexity available.
To build a Flatpak package, first add flathub remote:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoAfter, install the flatpak-builder:
flatpak install org.flatpak.Builder --userTo run lint tool in order to check manifest, execute:
flatpak run --command=flatpak-builder-lint org.flatpak.Builder manifest br.com.wiselabs.simplexity.ymlTo build and install locally, execute:
flatpak run org.flatpak.Builder build -v br.com.wiselabs.simplexity.yml --ccache --install-deps-from=flathub --force-clean --user --install