in Formula/aws-ddbsh.rb [10:15]
def install system "cmake", "-S", "ddbsh", "-B", "build", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end