From b3b6612ef251f51899d1601f9a838e1f6f6f8744 Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Wed, 19 Oct 2022 05:37:29 +0000 Subject: [PATCH] Update license field docs --- docs/build-scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-scripts.md b/docs/build-scripts.md index d418722..33a78bb 100644 --- a/docs/build-scripts.md +++ b/docs/build-scripts.md @@ -124,7 +124,7 @@ LURE_ARM_VARIANT=arm5 lure install ... ### licenses -The `licenses` array contains the licenses used by this package. Some valid values include `GPLv3` and `MIT`. +The `licenses` array contains the licenses used by this package. In order to standardize license names, values should be [SPDX Identifiers](https://spdx.org/licenses/) such as `Apache-2.0`, `MIT`, and `GPL-3.0-only`. If the project uses a license that is not standardized in SPDX, use the value `Custom`. If the project has multiple nonstandard licenses, include `Custom` as many times as there are nonstandard licenses. ### provides @@ -267,4 +267,4 @@ package() { install -Dm755 bin ${pkgdir}/usr/bin/bin install -Dm644 bin.cfg ${pkgdir}/etc/bin.cfg } -``` \ No newline at end of file +```