alpm-db-desc-create-v1(1) General Commands Manual alpm-db-desc-create-v1(1)

alpm-db-desc-create-v1 - Create a DB desc version 1 file

alpm-db-desc create v1 <--name> <--version> <--base> [--description] [--url] <--arch> <--builddate> <--installdate> <--packager> <--size> [--groups] [--reason] [--license] <--validation> [--replaces] [--depends] [--optdepends] [--conflicts] [--provides] [-h|--help] [OUTPUT]

Create a DB desc version 1 file

The package name
May also be specified with the ALPM_DB_DESC_NAME environment variable.
The package version
May also be specified with the ALPM_DB_DESC_VERSION environment variable.
The package base
May also be specified with the ALPM_DB_DESC_BASE environment variable.
The package description.

If not provided, an empty string is used.

May also be specified with the ALPM_DB_DESC_DESC environment variable.
The package URL
May also be specified with the ALPM_DB_DESC_URL environment variable.
The package architecture
May also be specified with the ALPM_DB_DESC_ARCH environment variable.
The package build date
May also be specified with the ALPM_DB_DESC_BUILDDATE environment variable.
The package install date
May also be specified with the ALPM_DB_DESC_INSTALLDATE environment variable.
The packager
May also be specified with the ALPM_DB_DESC_PACKAGER environment variable.
The installed size
May also be specified with the ALPM_DB_DESC_SIZE environment variable.
The package groups
May also be specified with the ALPM_DB_DESC_GROUPS environment variable.
The package install reason.

If unset, assumes an install reason of "0" (explicitly installed).

May also be specified with the ALPM_DB_DESC_REASON environment variable.
The package licenses
May also be specified with the ALPM_DB_DESC_LICENSE environment variable.
The package validation methods
May also be specified with the ALPM_DB_DESC_VALIDATION environment variable.
The replaces
May also be specified with the ALPM_DB_DESC_REPLACES environment variable.
The dependencies
May also be specified with the ALPM_DB_DESC_DEPENDS environment variable.
The optional dependencies
May also be specified with the ALPM_DB_DESC_OPTDEPENDS environment variable.
The conflicts
May also be specified with the ALPM_DB_DESC_CONFLICTS environment variable.
The provides
May also be specified with the ALPM_DB_DESC_PROVIDES environment variable.
Print help (see a summary with '-h')
[OUTPUT]
The output file
May also be specified with the ALPM_DB_DESC_OUTPUT_FILE environment variable.
alpm-db-desc-create-v1