file->sum = pkg_checksum_generate_file(fpath,
PKG_HASH_TYPE_SHA256_HEX);
printf("%s\n", file->sum);
if (file->sum == NULL)
return (EPKG_FATAL);