qulogic/talkatu

overhaul convey.yml to have separate plans for everything and add debian-bullseye-amd64, debian-buster-i386, mingw-w64-i686, and mingw-w64-x86_64.
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```