This project is now archived as it is bitrotting, outdated, and is too complicated (perhaps insecure as well). A new potential solution may be conjured up by the GLFS development team.
Compares and fetches versions of GLFS packages against itself and online results.
Dependencies:
- pkg-config / pkgconf (for detecting libraries and header file locations)
- cURL (for downloading pages)
- PCRE2 (For extracting versions)
- JSON-C (finding latest tags from Github)
To build the project, simply do:
cmake . && makeThen if you wish, copy it wherever or run it in the current directory. You can, however, use the classic method of building and installing by doing:
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX . && makeAnd as the root user:
make installTo run the project, do:
/path/to/chkpkgver /path/to/packages.ent