pkg:setup mkdir "geant-build" && cd geant-build args = std_cmake_args + %w[../ -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON -DGEANT4_USE_QT=ON ] cmake *args make DESTDIR=${PKG_DEST} install