erwin8086 / flatpak-overlay

A Gentoo ebuild overlay for flatpak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flatpak-overlay

A Gentoo ebuild repository (overlay) for the Flatpak application distribution format.

Note that this only installs the Flatpak application, for usage see the main Flatpak website.

The Flatpak ebuild does not track actual applications installed by Flatpak like Gentoo would. Flatpak uses OSTree to install and track applications and runtimes in /var, so the base Gentoo installation will not be touched. It is also possible to install applications and runtimes on a per user basis only.

How to use this repository?

There are two main methods for making use of this repository, discussed in the sections below.

Local repositories

For the local repository method, create a /etc/portage/repos.conf/flatpak-overlay.conf file containing the following bit of text.

[flatpak-overlay]
priority = 50
location = <repo-location>/flatpak-overlay
sync-type = git
sync-uri = https://github.com/fosero/flatpak-overlay.git
auto-sync = Yes

Change repo-location to a path of your choosing and then run emaint -r flatpak-overlay sync, Portage should now find and update the repository.

Layman

You can also use the Layman tool to add and sync the repository, read the instructions on the Gentoo Wiki.

The repositories.xml can be found at https://raw.githubusercontent.com/fosero/flatpak-overlay/master/repositories.xml.

About

A Gentoo ebuild overlay for flatpak


Languages

Language:Shell 100.0%