.local/bin/cmake-pack
8a6acd30
 #!/bin/sh
 
 cmake --build '_build' && (cd '_build' && cpack "$@")