Skip to content

Commit 0cb5851

Browse files
committed
update template documentation
Signed-off-by: onur-ozkan <[email protected]>
1 parent 0918675 commit 0cb5851

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lpm-builder/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,17 @@ The stage1 directory is optional and contains scripts that run on the lpm core l
5858
- `maintainer`: Contact information for the maintainer of the package.
5959
- `source_repository`(optional): The URL of the source code repository for the package.
6060
- `homepage`(optional): The URL of the package's homepage.
61-
- `arch`: The architecture of the package.
6261
- `kind`: The type of package.
63-
- `file_checksum_algo`: The algorithm used to compute the checksum of the package files.
6462
- `tags`: A list of tags or keywords that describe the package.
65-
- `version`: An object that contains version information for the package.
6663
- `license`(optional): The license under which the package is distributed.
67-
- `mandatory_dependencies.runtime`(optional): A list of the package's mandatory dependencies for runtime.
68-
- `mandatory_dependencies.build`(optional): A list of the package's mandatory dependencies for building it.
69-
- `suggested_dependencies.runtime`(optional): A list of the package's suggested dependencies for runtime.
70-
- `suggested_dependencies.build`(optional): A list of the package's suggested dependencies for building it.
64+
- `builds`: List of target packages to be built.
65+
- `builds.$target_name`: Name of the target package.
66+
- `builds.$target_name.version`: An object that contains version information for the package.
67+
- `builds.$target_name.file_checksum_algo`: The algorithm used to compute the checksum of the package files.
68+
- `builds.$target_name.mandatory_dependencies.runtime`(optional): A list of the package's mandatory dependencies for runtime.
69+
- `builds.$target_name.mandatory_dependencies.build`(optional): A list of the package's mandatory dependencies for building it.
70+
- `builds.$target_name.suggested_dependencies.runtime`(optional): A list of the package's suggested dependencies for runtime.
71+
- `builds.$target_name.suggested_dependencies.build`(optional): A list of the package's suggested dependencies for building it.
7172

7273

7374
## `stage0` built-in functions

0 commit comments

Comments
 (0)