A few Flatpaks that I hastly packaged. These are not thoroughly tested so use at your own risk!
Packaging was adapted mainly from the Flatpaks of Spotify and Flameshot, and Arch Linux's PKGBUILDs.
- Android File Tranfer
- Blueman
- QtPass
- Install flatpak-builder
- Clone the flatpaks repo
git clone https://github.com/tinywrkb/flatpaks.git
git submodule init
git submodule update
- Create a working folder for flatpak-builder somewhere
mkdir build
- Build the package with flatpak-builder and install it as a user Flatpak app. Replace
manifest.yaml
with the path to application manifest.
flatpak-builder --install --user --force-clean --state-dir=build/flatpak-builder --repo=build/flatpak-repo build/flatpak-target manifest.yaml