I’d like to package the open source Texas hold’em solver - TexasSolver - but I don’t know how to proceed. This seems to be the build script. Adding qmake and wget to my invironment gets me to this point
Could not start dynamically linked executable: ./linuxdeploy-x86_64.AppImage
Poker is such a big game. It makes me wonder if this application is just very hard to package, given there are many packages in nixpkgs for much more niche things. Any help is appreciated.
You certainly don’t need to build AppImage stuff for NixOS at all.
Most likely, all you have to do is to run qmake and then make install to get a binary. I recommend you to search nixpkgs for an example of a simple QT gui app and use it as a reference point.