pkg:setup args = std_cmake_args + %w[-DCAIRO_LIBRARY:FILEPATH= ] mkdir "build" && cd build cmake .. *args make make DESTDIR=${PKG_DEST} install