Added list of mandatory options to PKGBUILD's man page

[Allan: Adjust wording due to remove al license warning]
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Eric Toombs 2013-09-11 23:21:34 -04:00 committed by Allan McRae
parent 217aaaf3ea
commit 3e903d34cc
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ Options and Directives
----------------------
The following is a list of standard options and directives available for use
in a PKGBUILD. These are all understood and interpreted by makepkg, and most
of them will be directly transferred to the built package.
of them will be directly transferred to the built package. The mandatory
fields for a minimally functional PKGBUILD are *pkgname*, *pkgver*, *pkgrel*
and *arch*.
If you need to create any custom variables for use in your build process, it is
recommended to prefix their name with an '_' (underscore).