Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-30 | Refactor: | bartus | |
* rename CMakeLists.patch to reflect function. * drop `rm` from prepare(), `makepkg -C` should be used for cleaning. * use bash4 uppercase string manipulation ${var^^} instead of `mv`. * move build variable init to build(), for staged build compatibility. * allow `MAKEFLAGS` to override `njobs` variable. * drop `mkdir` and use `cmake -B build_path -S source_path` syntax. * switch to sha256 checksums. * add hashbang hint. * refactor array initialization. Signed-off-by: Your Name <you@example.com> |