.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH alpm-db-desc-create-v1 1 "alpm-db-desc-create-v1 " .SH NAME alpm\-db\-desc\-create\-v1 \- Create a DB desc version 1 file .SH SYNOPSIS \fBalpm\-db\-desc create v1\fR <\fB\-\-name\fR> <\fB\-\-version\fR> <\fB\-\-base\fR> [\fB\-\-description\fR] [\fB\-\-url\fR] <\fB\-\-arch\fR> <\fB\-\-builddate\fR> <\fB\-\-installdate\fR> <\fB\-\-packager\fR> <\fB\-\-size\fR> [\fB\-\-groups\fR] [\fB\-\-reason\fR] [\fB\-\-license\fR] <\fB\-\-validation\fR> [\fB\-\-replaces\fR] [\fB\-\-depends\fR] [\fB\-\-optdepends\fR] [\fB\-\-conflicts\fR] [\fB\-\-provides\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIOUTPUT\fR] .SH DESCRIPTION Create a DB desc version 1 file .SH OPTIONS .TP \fB\-\-name\fR \fI\fR The package name .RS May also be specified with the \fBALPM_DB_DESC_NAME\fR environment variable. .RE .TP \fB\-\-version\fR \fI\fR The package version .RS May also be specified with the \fBALPM_DB_DESC_VERSION\fR environment variable. .RE .TP \fB\-\-base\fR \fI\fR The package base .RS May also be specified with the \fBALPM_DB_DESC_BASE\fR environment variable. .RE .TP \fB\-\-description\fR \fI\fR The package description. If not provided, an empty string is used. .RS May also be specified with the \fBALPM_DB_DESC_DESC\fR environment variable. .RE .TP \fB\-\-url\fR \fI\fR The package URL .RS May also be specified with the \fBALPM_DB_DESC_URL\fR environment variable. .RE .TP \fB\-\-arch\fR \fI\fR The package architecture .RS May also be specified with the \fBALPM_DB_DESC_ARCH\fR environment variable. .RE .TP \fB\-\-builddate\fR \fI\fR The package build date .RS May also be specified with the \fBALPM_DB_DESC_BUILDDATE\fR environment variable. .RE .TP \fB\-\-installdate\fR \fI\fR The package install date .RS May also be specified with the \fBALPM_DB_DESC_INSTALLDATE\fR environment variable. .RE .TP \fB\-\-packager\fR \fI\fR The packager .RS May also be specified with the \fBALPM_DB_DESC_PACKAGER\fR environment variable. .RE .TP \fB\-\-size\fR \fI\fR The installed size .RS May also be specified with the \fBALPM_DB_DESC_SIZE\fR environment variable. .RE .TP \fB\-\-groups\fR \fI\fR The package groups .RS May also be specified with the \fBALPM_DB_DESC_GROUPS\fR environment variable. .RE .TP \fB\-\-reason\fR \fI\fR The package install reason. If unset, assumes an install reason of "0" (explicitly installed). .RS May also be specified with the \fBALPM_DB_DESC_REASON\fR environment variable. .RE .TP \fB\-\-license\fR \fI\fR The package licenses .RS May also be specified with the \fBALPM_DB_DESC_LICENSE\fR environment variable. .RE .TP \fB\-\-validation\fR \fI\fR The package validation methods .RS May also be specified with the \fBALPM_DB_DESC_VALIDATION\fR environment variable. .RE .TP \fB\-\-replaces\fR \fI\fR The replaces .RS May also be specified with the \fBALPM_DB_DESC_REPLACES\fR environment variable. .RE .TP \fB\-\-depends\fR \fI\fR The dependencies .RS May also be specified with the \fBALPM_DB_DESC_DEPENDS\fR environment variable. .RE .TP \fB\-\-optdepends\fR \fI\fR The optional dependencies .RS May also be specified with the \fBALPM_DB_DESC_OPTDEPENDS\fR environment variable. .RE .TP \fB\-\-conflicts\fR \fI\fR The conflicts .RS May also be specified with the \fBALPM_DB_DESC_CONFLICTS\fR environment variable. .RE .TP \fB\-\-provides\fR \fI\fR The provides .RS May also be specified with the \fBALPM_DB_DESC_PROVIDES\fR environment variable. .RE .TP \fB\-h\fR, \fB\-\-help\fR Print help (see a summary with \*(Aq\-h\*(Aq) .TP [\fIOUTPUT\fR] The output file .RS May also be specified with the \fBALPM_DB_DESC_OUTPUT_FILE\fR environment variable. .RE