Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages