im trying to package legendary and when i run make i get these error message:
make build
make[1]: Entering directory '/home/meztli/packaging/legendary'
sudo solbuild build package.yml -p unstable-x86_64;
Failed to load package: yaml: line 11: found character that cannot start any token
make[1]: Leaving directory '/home/meztli/packaging/legendary'
make abireport
make[1]: Entering directory '/home/meztli/packaging/legendary'
"../."/common/Go/yabi/yabi *.eopkg
⮞  Scanning '*.eopkg'...
🕱  Failed to open package '*.eopkg', reason: open *.eopkg: no such file or directory
make[1]: *** [../Makefile.common:15: abireport] Error 1
make[1]: Leaving directory '/home/meztli/packaging/legendary'
make: *** [../Makefile.common:12: complete] Error 2

heres the package.yml
name : legendary
version : 0.20.18
release : 1
source :
- https://github.com/derrod/legendary/archive/refs/tags/0.20.18.tar.gz : bf7f216f32b22293522d25a225915a393f988a22143d35a2474e3b7f10b507ef
license : GPL-3.0-or-later
component : games
summary : A free and open-source Epic Games Launcher alternative
description: |
A free and open-source Epic Games Launcher alternative
builddeps :
- python-setuptools
- python-wheel
rundeps:
- python-requests
setup : |
%python3_setup
install : |
%python3_setup

    Meztli
    You can try this:

    name       : legendary
    version    : 0.20.18
    release    : 1
    source     :
        - https://github.com/derrod/legendary/archive/refs/tags/0.20.18.tar.gz : bf7f216f32b22293522d25a225915a393f988a22143d35a2474e3b7f10b507ef
    homepage   : https://github.com/derrod/legendary
    license    : GPL-3.0-or-later
    component  : games
    summary    : A free and open-source Epic Games Launcher alternative
    description: |
        Legendary is an open-source game launcher that can download and install games from the Epic Games platform. Its name as a tongue-in-cheek play on tiers of item rarity in many MMORPGs.
    rundeps    :
        - python-requests
        - python-wheel
    build      : |
        %python3_setup
    install    : |
        %python3_install

    @Meztli You should use three backticks before and after the logs and yaml you post and it will fully preserve formatting (like in @algent's example). Also, you can hop in the #solus-dev channel on IRC where most of the Solus maintainers lurk if you want to ask questions in a more interactive manner.

    Just curious, are you intending to submit this package for inclusion (which would require that you step up as the dedicated maintainer for it BTW) or are you just keeping it local?