Module input

Source
Expand description

Facilities for creating a package file from input.

Structsยง

InputDir
An input directory that is guaranteed to be an absolute directory.
MetadataComparison
The comparison intersection between two different types of metadata files.
MetadataKeyValue
A single key-value pair from a type of alpm-package metadata file.
MetadataMismatch
A mismatch between metadata of two types of alpm-package metadata files.
PackageInput
A package input directory.

Enumsยง

Error
An error that can occur when dealing with package input directories and package files.

Functionsยง

compare_build_info_package_info ๐Ÿ”’
Compares overlapping data of a BuildInfo and a PackageInfo.
compare_digests ๐Ÿ”’
Compares the hash digest of a file with the recorded data in an Mtree.
get_build_info ๐Ÿ”’
Returns a BuildInfo from a BUILDINFO file in an input directory.
get_install_scriptlet ๐Ÿ”’
Returns whether an alpm-install-scriptlet exists in an input directory.
get_mtree ๐Ÿ”’
Returns an Mtree and its file hash digest.
get_package_info ๐Ÿ”’
Returns a PackageInfo from a PKGINFO file in an input directory.