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

alpm-repo-desc-create-v1 - Create a package repository desc version 1 file

alpm-repo-desc create v1 <--filename> <--name> <--base> <--version> [--description] [--groups] <--csize> <--isize> <--sha256sum> [--url] [--license] <--arch> <--builddate> <--packager> [--replaces] [--conflicts] [--provides] [--depends] [--optdepends] [--makedepends] [--checkdepends] <--md5sum> <--pgpsig> [-h|--help] [OUTPUT]

Create a package repository desc version 1 file

The package file name
May also be specified with the ALPM_REPO_DESC_FILENAME environment variable.
The package name
May also be specified with the ALPM_REPO_DESC_NAME environment variable.
The name of the package base, from which this package originates
May also be specified with the ALPM_REPO_DESC_BASE environment variable.
The version of the package
May also be specified with the ALPM_REPO_DESC_VERSION environment variable.
The description of the package
May also be specified with the ALPM_REPO_DESC_DESC environment variable.
The groups this package belongs to
May also be specified with the ALPM_REPO_DESC_GROUPS environment variable.
The compressed size of the package in bytes
May also be specified with the ALPM_REPO_DESC_CSIZE environment variable.
The size of the uncompressed and unpacked package contents in bytes
May also be specified with the ALPM_REPO_DESC_ISIZE environment variable.
The SHA256 checksum of the package file
May also be specified with the ALPM_REPO_DESC_SHA256SUM environment variable.
The optional URL associated with the package
May also be specified with the ALPM_REPO_DESC_URL environment variable.
Set of licenses under which the package is distributed
May also be specified with the ALPM_REPO_DESC_LICENSE environment variable.
The architecture of the package
May also be specified with the ALPM_REPO_DESC_ARCH environment variable.
The date at wchich the build of the package started
May also be specified with the ALPM_REPO_DESC_BUILDDATE environment variable.
The User ID of the entity, that built the package
May also be specified with the ALPM_REPO_DESC_PACKAGER environment variable.
Virtual components or packages that this package replaces upon installation
May also be specified with the ALPM_REPO_DESC_REPLACES environment variable.
Virtual components or packages that this package conflicts with
May also be specified with the ALPM_REPO_DESC_CONFLICTS environment variable.
Virtual components or packages that this package provides
May also be specified with the ALPM_REPO_DESC_PROVIDES environment variable.
Run-time dependencies required by the package
May also be specified with the ALPM_REPO_DESC_DEPENDS environment variable.
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.

May also be specified with the ALPM_REPO_DESC_OPTDEPENDS environment variable.
Dependencies for building the upstream software of the package
May also be specified with the ALPM_REPO_DESC_MAKEDEPENDS environment variable.
A dependency for running tests of the package's upstream project
May also be specified with the ALPM_REPO_DESC_CHECKDEPENDS environment variable.
The MD5 checksum of the package file
May also be specified with the ALPM_REPO_DESC_MD5SUM environment variable.
The base64-encoded OpenPGP detached signature of the package file
May also be specified with the ALPM_REPO_DESC_PGPSIG environment variable.
Print help (see a summary with '-h')
[OUTPUT]
The output file
May also be specified with the ALPM_REPO_DESC_OUTPUT_FILE environment variable.
alpm-repo-desc-create-v1