1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

community/river: please linter

This commit is contained in:
fossdd 2025-07-05 22:00:09 +02:00 committed by achill (fossdd)
parent 408664c5c2
commit 28dcc05f80

View file

@ -32,7 +32,7 @@ source="
# We may want other than "baseline" for other targets, when enabled by zig
case "$CARCH" in
aarch64|x86_64) cputarget=baseline ;;
aarch64|x86_64) _cputarget=baseline ;;
esac
build() {
@ -42,7 +42,7 @@ build() {
-Dpie \
-Dxwayland \
--prefix /usr install \
${cputarget:+-Dcpu="$cputarget"}
${_cputarget:+-Dcpu="$_cputarget"}
}
check() {