.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH alpm-repo-desc-create-v1 1 "alpm-repo-desc-create-v1 " .SH NAME alpm\-repo\-desc\-create\-v1 \- Create a package repository desc version 1 file .SH SYNOPSIS \fBalpm\-repo\-desc create v1\fR <\fB\-\-filename\fR> <\fB\-\-name\fR> <\fB\-\-base\fR> <\fB\-\-version\fR> [\fB\-\-description\fR] [\fB\-\-groups\fR] <\fB\-\-csize\fR> <\fB\-\-isize\fR> <\fB\-\-sha256sum\fR> [\fB\-\-url\fR] [\fB\-\-license\fR] <\fB\-\-arch\fR> <\fB\-\-builddate\fR> <\fB\-\-packager\fR> [\fB\-\-replaces\fR] [\fB\-\-conflicts\fR] [\fB\-\-provides\fR] [\fB\-\-depends\fR] [\fB\-\-optdepends\fR] [\fB\-\-makedepends\fR] [\fB\-\-checkdepends\fR] <\fB\-\-md5sum\fR> <\fB\-\-pgpsig\fR> [\fB\-h\fR|\fB\-\-help\fR] [\fIOUTPUT\fR] .SH DESCRIPTION Create a package repository desc version 1 file .SH OPTIONS .TP \fB\-\-filename\fR \fI\fR The package file name .RS May also be specified with the \fBALPM_REPO_DESC_FILENAME\fR environment variable. .RE .TP \fB\-\-name\fR \fI\fR The package name .RS May also be specified with the \fBALPM_REPO_DESC_NAME\fR environment variable. .RE .TP \fB\-\-base\fR \fI\fR The name of the package base, from which this package originates .RS May also be specified with the \fBALPM_REPO_DESC_BASE\fR environment variable. .RE .TP \fB\-\-version\fR \fI\fR The version of the package .RS May also be specified with the \fBALPM_REPO_DESC_VERSION\fR environment variable. .RE .TP \fB\-\-description\fR \fI\fR The description of the package .RS May also be specified with the \fBALPM_REPO_DESC_DESC\fR environment variable. .RE .TP \fB\-\-groups\fR \fI\fR The groups this package belongs to .RS May also be specified with the \fBALPM_REPO_DESC_GROUPS\fR environment variable. .RE .TP \fB\-\-csize\fR \fI\fR The compressed size of the package in bytes .RS May also be specified with the \fBALPM_REPO_DESC_CSIZE\fR environment variable. .RE .TP \fB\-\-isize\fR \fI\fR The size of the uncompressed and unpacked package contents in bytes .RS May also be specified with the \fBALPM_REPO_DESC_ISIZE\fR environment variable. .RE .TP \fB\-\-sha256sum\fR \fI\fR The SHA256 checksum of the package file .RS May also be specified with the \fBALPM_REPO_DESC_SHA256SUM\fR environment variable. .RE .TP \fB\-\-url\fR \fI\fR The optional URL associated with the package .RS May also be specified with the \fBALPM_REPO_DESC_URL\fR environment variable. .RE .TP \fB\-\-license\fR \fI\fR Set of licenses under which the package is distributed .RS May also be specified with the \fBALPM_REPO_DESC_LICENSE\fR environment variable. .RE .TP \fB\-\-arch\fR \fI\fR The architecture of the package .RS May also be specified with the \fBALPM_REPO_DESC_ARCH\fR environment variable. .RE .TP \fB\-\-builddate\fR \fI\fR The date at wchich the build of the package started .RS May also be specified with the \fBALPM_REPO_DESC_BUILDDATE\fR environment variable. .RE .TP \fB\-\-packager\fR \fI\fR The User ID of the entity, that built the package .RS May also be specified with the \fBALPM_REPO_DESC_PACKAGER\fR environment variable. .RE .TP \fB\-\-replaces\fR \fI\fR Virtual components or packages that this package replaces upon installation .RS May also be specified with the \fBALPM_REPO_DESC_REPLACES\fR environment variable. .RE .TP \fB\-\-conflicts\fR \fI\fR Virtual components or packages that this package conflicts with .RS May also be specified with the \fBALPM_REPO_DESC_CONFLICTS\fR environment variable. .RE .TP \fB\-\-provides\fR \fI\fR Virtual components or packages that this package provides .RS May also be specified with the \fBALPM_REPO_DESC_PROVIDES\fR environment variable. .RE .TP \fB\-\-depends\fR \fI\fR Run\-time dependencies required by the package .RS May also be specified with the \fBALPM_REPO_DESC_DEPENDS\fR environment variable. .RE .TP \fB\-\-optdepends\fR \fI\fR Optional dependencies that are not strictly required by the package. Note: uses comma as value delimiter. If you need optional dependencies with descriptions that contain commas, use multiple arguments with quoted values. .RS May also be specified with the \fBALPM_REPO_DESC_OPTDEPENDS\fR environment variable. .RE .TP \fB\-\-makedepends\fR \fI\fR Dependencies for building the upstream software of the package .RS May also be specified with the \fBALPM_REPO_DESC_MAKEDEPENDS\fR environment variable. .RE .TP \fB\-\-checkdepends\fR \fI\fR A dependency for running tests of the package\*(Aqs upstream project .RS May also be specified with the \fBALPM_REPO_DESC_CHECKDEPENDS\fR environment variable. .RE .TP \fB\-\-md5sum\fR \fI\fR The MD5 checksum of the package file .RS May also be specified with the \fBALPM_REPO_DESC_MD5SUM\fR environment variable. .RE .TP \fB\-\-pgpsig\fR \fI\fR The base64\-encoded OpenPGP detached signature of the package file .RS May also be specified with the \fBALPM_REPO_DESC_PGPSIG\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_REPO_DESC_OUTPUT_FILE\fR environment variable. .RE