The pkgparse library parses PKGBUILD files. These files hold metadata and build instructions for making ALPM packages. The format originated from the Archlinux distribution. These files are simply bash scripts, with specifically named variables. The pkgparse library extracts the values of these variables and enables access to them.
- Yacc
- Lex
- CMake >= 2.8
From the command line, in the root directory of the project:
cmake .
make
Documentation can be generated using Natural Docs. Generated documentation will appear on the website with each release. It can be generated as follows:
NaturalDocs -i . -o HTML docs -p nd
Please send bug reports or feature requests to the Issue tracker.
The pkgparse library is released under the MIT License.