Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
/ chkpkgver Public archive
forked from Zeckmathederg/chkpkgver

Compares and fetches versions of GLFS packages against itself and online results.

License

Notifications You must be signed in to change notification settings

glfs-book/chkpkgver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE

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.

chkpkgver

Compares and fetches versions of GLFS packages against itself and online results.

Building, Installation, and Use

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 . && make

Then 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 . && make

And as the root user:

make install

To run the project, do:

/path/to/chkpkgver /path/to/packages.ent

About

Compares and fetches versions of GLFS packages against itself and online results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • CMake 2.2%