1 .TH zpm-parse 8 2019-02-14 "ZPM 0.3"
3 zpm-parse \- parse a package string
12 parses a package string into its components and prints them separated
13 by a space to stdout. By default, it prints the name, version, and
14 release. The default output is equivalent to the -nvr options.
15 If a given component is not present, the corresponding field is not
29 Print the output in a form that can be evaled by a shell. The
30 variable names are "name", "version", and "release".
34 Prints "foo 1.0 1" to stdout.
36 0 on success non zero if the given string can't be parsed even as
37 an incomplete package string.