eden/tools/cpm
crueter c993bc01a4
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
[cmake] Update CPMUtil (#4123)
Notable changes

- Single cpmfile
- version/min_version/git_version have been fixed and replaced with
  version and min_version
- Docs rewrite
- Legacy options are gone
- Fixed update/version commands
- Added patch creation functionality

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4123
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
2026-06-26 02:22:04 +02:00
..
package [cmake] Update CPMUtil (#4123) 2026-06-26 02:22:04 +02:00
common.sh [cmake] Update CPMUtil (#4123) 2026-06-26 02:22:04 +02:00
format.sh [cmake] Update CPMUtil (#4123) 2026-06-26 02:22:04 +02:00
migrate.sh [cmake] Update CPMUtil (#4123) 2026-06-26 02:22:04 +02:00
package.sh [cmake] Update CPMUtil (#4123) 2026-06-26 02:22:04 +02:00
README.md [cmake, docs, tools] update CPMUtil (#3183) 2025-12-31 17:16:46 +01:00
update.sh [cmake, tools] update CPMUtil and add support for CPMUtil bundled Qt, module updates, cleanups (#3289) 2026-01-14 19:29:13 +01:00

CPMUtil Tooling

CPMUtil's tooling entirely revolves around the cpmutil.sh script. It contains various functions to aid with package maintenance, such as sanity checks, updates, formatting, prefetching, adding/removing packages, and much more. These are now self-documenting, so view the scripts yourself or run the cpmutil script for help.