nalsai / MyFlatpaks

📦 All Flatpaks in my repository, managed using flat-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Flatpaks

📦 Flatpak Docs

Run git submodule update --init --remote --merge --recursive after cloning to clone the submodules and update them.

Installing

You can install my repo like this:

flatpak remote-add --if-not-exists NilsFlatpakRepo https://flatpak.nils.moe/repo/NilsFlatpakRepo.flatpakrepo

Then you can install Flatpaks from there like this:

flatpak install NilsFlatpakRepo com.DaRealRoyal.TacticalMathReturns

Available Flatpaks are org.wangqr.Aegisub, de.haigruppe.summarizer, de.Nalsai.MothershipDefender2, cc.spek.Spek, com.DaRealRoyal.TacticalMathReturns, com.github.mkv-extractor-qt5, gg.minion.Minion and net.sourceforge.gMKVExtractGUI.

Development

Test a Flatpak

cd HelloFlatpak
flatpak-builder --install-deps-from=flathub --force-clean build-dir org.flatpak.Hello.yml
flatpak-builder --user --install --force-clean build-dir org.flatpak.Hello.yml
flatpak run org.flatpak.Hello

Make single file bundle

cd HelloFlatpak
flatpak-builder --install-deps-from=flathub --force-clean --repo=repo build-dir org.flatpak.Hello.yml
flatpak build-bundle repo hello.flatpak org.flatpak.Hello stable --runtime-repo="https://flathub.org/repo/flathub.flatpakrepo"

About

📦 All Flatpaks in my repository, managed using flat-manager

License:MIT License


Languages

Language:Shell 84.7%Language:Dockerfile 15.3%