alpm-db-desc-create-v1(1) General Commands Manual alpm-db-desc-create-v1(1) NAME alpm-db-desc-create-v1 - Create a DB desc version 1 file SYNOPSIS 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] DESCRIPTION Create a DB desc version 1 file OPTIONS --name The package name May also be specified with the ALPM_DB_DESC_NAME environment variable. --version The package version May also be specified with the ALPM_DB_DESC_VERSION environment variable. --base The package base May also be specified with the ALPM_DB_DESC_BASE environment variable. --description The package description. If not provided, an empty string is used. May also be specified with the ALPM_DB_DESC_DESC environment variable. --url The package URL May also be specified with the ALPM_DB_DESC_URL environment variable. --arch The package architecture May also be specified with the ALPM_DB_DESC_ARCH environment variable. --builddate The package build date May also be specified with the ALPM_DB_DESC_BUILDDATE environment variable. --installdate The package install date May also be specified with the ALPM_DB_DESC_INSTALLDATE environment variable. --packager The packager May also be specified with the ALPM_DB_DESC_PACKAGER environment variable. --size The installed size May also be specified with the ALPM_DB_DESC_SIZE environment variable. --groups The package groups May also be specified with the ALPM_DB_DESC_GROUPS environment variable. --reason 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. --license The package licenses May also be specified with the ALPM_DB_DESC_LICENSE environment variable. --validation The package validation methods May also be specified with the ALPM_DB_DESC_VALIDATION environment variable. --replaces The replaces May also be specified with the ALPM_DB_DESC_REPLACES environment variable. --depends The dependencies May also be specified with the ALPM_DB_DESC_DEPENDS environment variable. --optdepends The optional dependencies May also be specified with the ALPM_DB_DESC_OPTDEPENDS environment variable. --conflicts The conflicts May also be specified with the ALPM_DB_DESC_CONFLICTS environment variable. --provides The provides May also be specified with the ALPM_DB_DESC_PROVIDES environment variable. -h, --help 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 alpm-db-desc-create-v1(1)