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§
- Bridge
Output - Represents the raw parsed, but not yet typed output of the
alpm-pkgbuild-bridgescript. - Keyword
- A keyword (with an optional
Architecturesuffix) of a variable found in the output of thealpm-pkgbuild-bridgescript. - 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-bridgescript.
Constants§
Functions§
- run_
bridge_ script - Runs the
alpm-pkgbuild-bridgescript, which exposes all relevant information of aPKGBUILDin a custom format.