name: poi-service kind: chunk configure-commands: - mkdir build - cd build && cmake .. -DCMAKE_INSTALL_PREFIX="$PREFIX" build-commands: - cd build && make install-commands: - cd build && make DESTDIR="$DESTDIR" install