new file mode 100755
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+cmake --build '_build' && (cd '_build' && cpack "$@")