alpm-pkginfo-create-v2(1) General Commands Manual alpm-pkginfo-create-v2(1)

alpm-pkginfo-create-v2 - Create a PKGINFO version 2 file

alpm-pkginfo create v2 <--pkgname> <--pkgbase> <--pkgver> <--pkgdesc> <--url> <--builddate> <--packager> <--size> <--arch> [--license] [--replaces] [--group] [--conflict] [--provides] [--backup] [--depend] [--optdepend] [--makedepend] [--checkdepend] [--xdata] [-h|--help] [FILE]

Create a PKGINFO version 2 file

The pkgname to use in the PKGINFO

The pkgname must follow the alpm-package-name format (see `man 7 alpm-package-name`).

May also be specified with the PKGINFO_PKGNAME environment variable.
The pkgbase to use in the PKGINFO

The pkgbase must follow the alpm-package-name format (see `man 7 alpm-package-name`).

May also be specified with the PKGINFO_PKGBASE environment variable.
The pkgver to use in the PKGINFO

The pkgver value must follow the alpm-pkgver format (see `man 7 alpm-pkgver`).

May also be specified with the PKGINFO_PKGVER environment variable.
The package description to use in the PKGINFO

The value must follow the format described in the PKGINFO format (see `man 5 PKGINFO`).

May also be specified with the PKGINFO_PKGDESC environment variable.
Provide a url
May also be specified with the PKGINFO_URL environment variable.
Provide a builddate
May also be specified with the PKGINFO_BUILDDATE environment variable.
Provide a packager
May also be specified with the PKGINFO_PACKAGER environment variable.
Provide a size
May also be specified with the PKGINFO_SIZE environment variable.
Provide a architecture
May also be specified with the PKGINFO_ARCH environment variable.
Provide one or more licenses
May also be specified with the PKGINFO_LICENSE environment variable.
Provide one or more replaces
May also be specified with the PKGINFO_REPLACES environment variable.
Provide one or more groups
May also be specified with the PKGINFO_GROUP environment variable.
Provide one or more conflicts
May also be specified with the PKGINFO_CONFLICT environment variable.
Provide one or more provides
May also be specified with the PKGINFO_PROVIDES environment variable.
Provide one or more backups
May also be specified with the PKGINFO_BACKUP environment variable.
Provide one or more depends
May also be specified with the PKGINFO_DEPEND environment variable.
Provide one or more optdepend
May also be specified with the PKGINFO_OPTDEPEND environment variable.
Provide one or more makedepend
May also be specified with the PKGINFO_MAKEDEPEND environment variable.
Provide one or more checkdepend
May also be specified with the PKGINFO_CHECKDEPEND environment variable.
Provide one or more Xdata
May also be specified with the PKGINFO_XDATA environment variable.
Print help (see a summary with '-h')
[FILE] [default: .PKGINFO]
An optional custom file to write to
May also be specified with the PKGINFO_OUTPUT_FILE environment variable.
alpm-pkginfo-create-v2