.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH alpm-pkginfo-create-v2 1 "alpm-pkginfo-create-v2 " .SH NAME alpm\-pkginfo\-create\-v2 \- Create a PKGINFO version 2 file .SH SYNOPSIS \fBalpm\-pkginfo create v2\fR <\fB\-\-pkgname\fR> <\fB\-\-pkgbase\fR> <\fB\-\-pkgver\fR> <\fB\-\-pkgdesc\fR> <\fB\-\-url\fR> <\fB\-\-builddate\fR> <\fB\-\-packager\fR> <\fB\-\-size\fR> <\fB\-\-arch\fR> [\fB\-\-license\fR] [\fB\-\-replaces\fR] [\fB\-\-group\fR] [\fB\-\-conflict\fR] [\fB\-\-provides\fR] [\fB\-\-backup\fR] [\fB\-\-depend\fR] [\fB\-\-optdepend\fR] [\fB\-\-makedepend\fR] [\fB\-\-checkdepend\fR] [\fB\-\-xdata\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIFILE\fR] .SH DESCRIPTION Create a PKGINFO version 2 file .SH OPTIONS .TP \fB\-\-pkgname\fR=\fIPKGNAME\fR The pkgname to use in the PKGINFO The pkgname must follow the alpm\-package\-name format (see `man 7 alpm\-package\-name`). .RS May also be specified with the \fBPKGINFO_PKGNAME\fR environment variable. .RE .TP \fB\-\-pkgbase\fR=\fIPKGBASE\fR The pkgbase to use in the PKGINFO The pkgbase must follow the alpm\-package\-name format (see `man 7 alpm\-package\-name`). .RS May also be specified with the \fBPKGINFO_PKGBASE\fR environment variable. .RE .TP \fB\-\-pkgver\fR=\fIPKGVER\fR The pkgver to use in the PKGINFO The pkgver value must follow the alpm\-pkgver format (see `man 7 alpm\-pkgver`). .RS May also be specified with the \fBPKGINFO_PKGVER\fR environment variable. .RE .TP \fB\-\-pkgdesc\fR=\fIPKGDESC\fR The package description to use in the PKGINFO The value must follow the format described in the PKGINFO format (see `man 5 PKGINFO`). .RS May also be specified with the \fBPKGINFO_PKGDESC\fR environment variable. .RE .TP \fB\-\-url\fR=\fIURL\fR Provide a url .RS May also be specified with the \fBPKGINFO_URL\fR environment variable. .RE .TP \fB\-\-builddate\fR=\fIBUILDDATE\fR Provide a builddate .RS May also be specified with the \fBPKGINFO_BUILDDATE\fR environment variable. .RE .TP \fB\-\-packager\fR=\fIPACKAGER\fR Provide a packager .RS May also be specified with the \fBPKGINFO_PACKAGER\fR environment variable. .RE .TP \fB\-\-size\fR=\fISIZE\fR Provide a size .RS May also be specified with the \fBPKGINFO_SIZE\fR environment variable. .RE .TP \fB\-\-arch\fR=\fIARCH\fR Provide a architecture .RS May also be specified with the \fBPKGINFO_ARCH\fR environment variable. .RE .TP \fB\-\-license\fR=\fILICENSE\fR Provide one or more licenses .RS May also be specified with the \fBPKGINFO_LICENSE\fR environment variable. .RE .TP \fB\-\-replaces\fR=\fIREPLACES\fR Provide one or more replaces .RS May also be specified with the \fBPKGINFO_REPLACES\fR environment variable. .RE .TP \fB\-\-group\fR=\fIGROUP\fR Provide one or more groups .RS May also be specified with the \fBPKGINFO_GROUP\fR environment variable. .RE .TP \fB\-\-conflict\fR=\fICONFLICT\fR Provide one or more conflicts .RS May also be specified with the \fBPKGINFO_CONFLICT\fR environment variable. .RE .TP \fB\-\-provides\fR=\fIPROVIDES\fR Provide one or more provides .RS May also be specified with the \fBPKGINFO_PROVIDES\fR environment variable. .RE .TP \fB\-\-backup\fR=\fIBACKUP\fR Provide one or more backups .RS May also be specified with the \fBPKGINFO_BACKUP\fR environment variable. .RE .TP \fB\-\-depend\fR=\fIDEPEND\fR Provide one or more depends .RS May also be specified with the \fBPKGINFO_DEPEND\fR environment variable. .RE .TP \fB\-\-optdepend\fR=\fIOPTDEPEND\fR Provide one or more optdepend .RS May also be specified with the \fBPKGINFO_OPTDEPEND\fR environment variable. .RE .TP \fB\-\-makedepend\fR=\fIMAKEDEPEND\fR Provide one or more makedepend .RS May also be specified with the \fBPKGINFO_MAKEDEPEND\fR environment variable. .RE .TP \fB\-\-checkdepend\fR=\fICHECKDEPEND\fR Provide one or more checkdepend .RS May also be specified with the \fBPKGINFO_CHECKDEPEND\fR environment variable. .RE .TP \fB\-\-xdata\fR=\fIXDATA\fR Provide one or more Xdata .RS May also be specified with the \fBPKGINFO_XDATA\fR environment variable. .RE .TP \fB\-h\fR, \fB\-\-help\fR Print help (see a summary with \*(Aq\-h\*(Aq) .TP [\fIFILE\fR] [default: .PKGINFO] An optional custom file to write to .RS May also be specified with the \fBPKGINFO_OUTPUT_FILE\fR environment variable. .RE