Expand description
Facilities for creating a package file from input.
Structsยง
- Input
Dir - An input directory that is guaranteed to be an absolute directory.
- Metadata
Comparison - The comparison intersection between two different types of metadata files.
- Metadata
KeyValue - A single key-value pair from a type of alpm-package metadata file.
- Metadata
Mismatch - A mismatch between metadata of two types of alpm-package metadata files.
- Package
Input - 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 aPackageInfo
. - 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.