diff options
author | maxice8 <thinkabit.ukim@gmail.com> | 2018-11-16 22:01:34 +0000 |
---|---|---|
committer | maxice8 <30738253+maxice8@users.noreply.github.com> | 2018-11-18 17:54:07 +0000 |
commit | 1eb7fd1825ba93f271b85ff6adcf18e25a95ef22 (patch) | |
tree | fad0dfc4438ee6e34b1b425ef7a903dba5c541f8 /Manual.md | |
parent | 255f9eef3537a602e85d5060434aa5237528df1d (diff) | |
download | void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.tar void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.tar.gz void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.tar.bz2 void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.tar.lz void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.tar.xz void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.tar.zst void-packages-1eb7fd1825ba93f271b85ff6adcf18e25a95ef22.zip |
Manual.md: document metapackage license
This will raise eyebrowns of people and they will say:
"Why just not setting the license= field in the first place ?"
Diffstat (limited to 'Manual.md')
-rw-r--r-- | Manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md index aff4347ca06..dc5128fbfdb 100644 --- a/Manual.md +++ b/Manual.md @@ -772,7 +772,9 @@ set in the body of the template. - `meta` For `meta-packages`, i.e packages that only install local files or simply depend on additional packages. This build style does not install dependencies to the root directory, and only checks if a binary package is -available in repositories. +available in repositories. If your meta-package doesn't include any files +which thus have and require no license, then you should also set +`license="metapackage"`. - `R-cran` For packages that are available on The Comprehensive R Archive Network (CRAN). The build style requires the `pkgname` to start with |