diff options
Diffstat (limited to 'pkgtools/pkglint/pkg/DESCR')
-rw-r--r-- | pkgtools/pkglint/pkg/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgtools/pkglint/pkg/DESCR b/pkgtools/pkglint/pkg/DESCR new file mode 100644 index 00000000000..aa677c3672e --- /dev/null +++ b/pkgtools/pkglint/pkg/DESCR @@ -0,0 +1,10 @@ +pkglint tries to verify the content of a package directory. +The purpose of pkglint can be separated into two parts: + (1) to let the submitters easily polish her/his own package + directory, and + (2) to decrease the labor of the committers. + +pkglint uses very simple regular-expression matching for verifying +files that make up a package directory. Note that it does NOT implement +complete parser for those files. Because of this the user may see some +extra warnings, especially when checking complex Makefiles. |