config_query RECOLLQ "Build recollq guiless commandline client" y &&
config_query_option RECOLL_OPTS \
                    "Enable splitting camelCase words" \
                    n \
                    "--enable-camelcase" \
                    "" &&
config_query_option RECOLL_OPTS \
                    "Enable fetching metadata from file extended attributes" \
                    n \
                    "--enable-xattr" \
                    ""
