Skip to content

Releases: gracicot/subgine-pkg

Feature Release 0.2

12 Apr 16:34
Compare
Choose a tag to compare

The little CMake package manager has leveled up! Here's what changed:

  • Auto setup if install is invoked without any config yet #2
  • The CMake project to check if a dependency exists can be affected by the cache of other profiles #5

I am looking for some feedback about this project. If you have an problem, question or have an idea for the future of this project, please open a new issue or contact me on gitter!

Initial Release v0.1

13 Aug 20:38
Compare
Choose a tag to compare

Initial release of subgine-pkg, a package manager currently made in CMake.

Supports basic package management commands and generate config file for CMake projects:

  • setup: creates a new config for a profile
  • install: install all missing dependencies
  • update: update all dependencies checkout to a branch and run install
  • prune: delete everything generated by subgine-pkg
  • remove: remove a package