class

Fluxion::FlatpakRemoteStep

Inherits Fluxion::Step < Reference < Object

type: flatpak-remote — declare a Flatpak remote.

The .flatpakrepo descriptor is downloaded and verified first; only the verified local path is handed to flatpak remote-add. The remote URL is never passed to Flatpak, so Flatpak cannot fetch a different document than the one Fluxion checked.

Constructors

new(name : String, remote : String, url : String, checksum : Checksum, system : Bool = true, description : String | Nil = nil, continue_on_error : Bool = false, probe_command : String | Nil = nil, condition : Condition | Nil = nil)
Source

Instance methods

checksum
Source
items

Everything this step installs, in declaration order.

Source
kind

The config type (stable schema) that produces this step.

Source
remote
Source
summary

One-line summary for plan and list.

Source
system?

System remote (default) or --user.

Source