index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Toombs <ewtoombs@uwaterloo.ca> | 2013-09-11 23:21:34 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-15 12:40:53 +1000 |
commit | 3e903d34cca81a73858309d6a9be289b422ec3b4 (patch) | |
tree | 9762e2ddd04d1bd18db1bce7d1f6b8d6a95eb5ec | |
parent | 217aaaf3ea6d533ee77e4fad19d320c70a302382 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
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). |