diff options
| author | 2019-04-09 07:40:12 -0300 | |
|---|---|---|
| committer | 2019-04-09 07:40:12 -0300 | |
| commit | b708030b26ac68d8f52e747461bcaf23c1ec0af6 (patch) | |
| tree | 8f591015f519fea0b9a026e3a045872d0ae3ff4b /Manual.md | |
| parent | Manual.md: document non-SPDX licenses (diff) | |
Manual.md: Empty meta-packages should have BSD-2-Clause.
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md index 7a459f6cf67..e975b3c7fe8 100644 --- a/Manual.md +++ b/Manual.md @@ -814,7 +814,7 @@ 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. If your meta-package doesn't include any files which thus have and require no license, then you should also set -`license="metapackage"`. +`license="BSD-2-Clause"`. - `R-cran` For packages that are available on The Comprehensive R Archive Network (CRAN). The build style requires the `pkgname` to start with @@ -1508,7 +1508,7 @@ revision=$((revision + 1)) archs=noarch build_style=meta short_desc="${short_desc} (removed package)" -license="metapackage" +license="BSD-2-Clause" homepage="${homepage}" ``` |
