1 .TH zpm-packagehash 8 2019-02-15 "ZPM 0.3"
3 zpm-packagehash \- run packagehash
15 calculates, prints, or sets the hash of a package. The package may
16 be specified as a partial package id, which will be looked up as
21 specify the package file to find packages in
24 set the hash after calculating it
27 clear the package hash
30 check the package hash against one given as an additional argument
33 Don't output anything to stdout.
36 When printing hashes, prepend the package id and a space character.
39 Show the current package hash, rather than the calculated one.
42 zpm packagehash -s -f foo-1.0-1.zpm foo-1.0-1
43 Calculate and set the package hash for the foo-1.0-1 package.
45 0 on success non zero on failure