Hi. Yesterday I read about packaging in Solus and run into a problem. I downloaded the source code from a git repository and it needs Cmake for configuring. The standard folder structure after extraction would be
Package_name/CmakeLists.txt
and the %cmake Makro in the package.yml works. But in this special case the folder structure is
Package_name/src/CmakeLists.txt
the packaging build process complains "error locating packages: No packages in directory"
So, how do change the folder in package.yml to the folder where the CMakeLists.txt is loacted ?
Thank you.