pkg:setup args = std_cmake_args args << "-DBUILD_QT5=ON" share.install "test" mkdir "build" && cd build cmake .. -G Unix Makefiles *args make make DESTDIR=${PKG_DEST} install