1 2 3 4 5 6 7 8
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