mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Manual.md: Empty meta-packages should have BSD-2-Clause.
This commit is contained in:
parent
db2459ae93
commit
b708030b26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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
|
available in repositories. If your meta-package doesn't include any files
|
||||||
which thus have and require no license, then you should also set
|
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
|
- `R-cran` For packages that are available on The Comprehensive R Archive
|
||||||
Network (CRAN). The build style requires the `pkgname` to start with
|
Network (CRAN). The build style requires the `pkgname` to start with
|
||||||
|
@ -1508,7 +1508,7 @@ revision=$((revision + 1))
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="${short_desc} (removed package)"
|
short_desc="${short_desc} (removed package)"
|
||||||
license="metapackage"
|
license="BSD-2-Clause"
|
||||||
homepage="${homepage}"
|
homepage="${homepage}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue