From 3e903d34cca81a73858309d6a9be289b422ec3b4 Mon Sep 17 00:00:00 2001 From: Eric Toombs Date: Wed, 11 Sep 2013 23:21:34 -0400 Subject: Added list of mandatory options to PKGBUILD's man page [Allan: Adjust wording due to remove al license warning] Signed-off-by: Allan McRae --- doc/PKGBUILD.5.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 1b229aaf..4ac7dc11 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -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). -- cgit v1.2.3-24-g4f1b