Expand description
The PKGBUILD
to .SRCINFO
bridge logic.
Modules§
- parser 🔒
- Parsing of the
alpm-pkgbuild-bridge
script output, which prints package metadata contained inPKGBUILD
files.
Structs§
- Bridge
Output - 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 thealpm-pkgbuild-bridge
script. - RawPackage
Name - A raw, unchecked package name.
Enums§
- Clearable
Value - 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§
Functions§
- run_
bridge_ script - Runs the
alpm-pkgbuild-bridge
script, which exposes all relevant information of aPKGBUILD
in a custom format.