Module bridge

Source
Expand description

The PKGBUILD to .SRCINFO bridge logic.

Modules§

parser 🔒
Parsing of the alpm-pkgbuild-bridge script output, which prints package metadata contained in PKGBUILD files.

Structs§

BridgeOutput
Represents the raw parsed, but not yet typed output of the alpm-pkgbuild-bridge script.
Keyword
A keyword (with an optional Architecture suffix) of a variable found in the output of the alpm-pkgbuild-bridge script.
RawPackageName
A raw, unchecked package name.

Enums§

ClearableValue
Represents a potentially cleared or overridden value.
Value
A single value or a list of values declared in the output of the alpm-pkgbuild-bridge script.

Constants§

DEFAULT_SCRIPT_NAME 🔒

Functions§

run_bridge_script
Runs the alpm-pkgbuild-bridge script, which exposes all relevant information of a PKGBUILD in a custom format.