alpm-srcinfo-format-packages(1) General Commands Manual alpm-srcinfo-format-packages(1)

alpm-srcinfo-format-packages - Format a SRCINFO file from a path or `stdin`

alpm-srcinfo format-packages <-a|--architecture> [-o|--output-format] [-p|--pretty] [-h|--help] [FILE]

Format a SRCINFO file from a path or `stdin`

Read, validate and print all of the SRCINFO's packages in their final representation for a specific architecture. If the file is valid, the program prints the data in the requested file format to stdout and returns with an exit status of 0.

The selected architecture that should be used to interpret the SRCINFO file.

Only [split-]packages that are applicable for this architecture will be returned.

Provide the output format

[possible values: json]

Pretty-print the output.

Only applies to formats that support pretty output and is otherwise ignored.

Print help (see a summary with '-h')
[FILE]
alpm-srcinfo-format-packages