Patience Deck is a collection of patience games for Sailfish OS. It reimplements game engine from GNOME Aisleriot and utilises its implementations of patience games including manual pages and artwork.
Use Sailfish OS Platform SDK to build this. Proper Application SDK support is planned to be added soon.
This application uses Guile. You can find packaging specification files for it and its dependencies in rpm/misc/ directory. Build and install them and their devel packages (gc, gc-devel, libunistring, libunistring-devel, guile22, guile22-devel) to your platform SDK target. Build guile last as it depends on the other packages. Then you can build Patience Deck. You must install the dependencies (gc, libunistring and guile22) also on your device or emulator before you can install this application.
Harbour compatible packaging can be built using "--with harbour" arguments. It builds all necessary libraries for guile and bundles them in single package. It may take tens of minutes to build from scratch. You also need guile22-devel package installed on your target so build that first.