The source project of this merge request has been removed.
community/fastfetch: upgrade to 2.33.0
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.33.0
Tiny improvements made to the APKBUILD:
-
Use the new
-DBUILD_FLASHFETCH
option to disable building theflashfetch
binary, which makes little to no purpose being built & shipped in a prebuilt package (see https://github.com/fastfetch-cli/fastfetch/discussions/627 & https://github.com/fastfetch-cli/fastfetch/pull/1455, as well as the related note in the above changelog) -
Use the
-DBUILD_TEST
option to build tests and tests binaries, allowing to simply usectest
duringcheck()
-
Do not specify targets to build during
cmake build
so every needed targets are built (including current and future tests binaries required duringcheck()
).