doc: update packer README
This commit is contained in:
+12
-2
@@ -27,9 +27,19 @@ assets = [
|
||||
]
|
||||
|
||||
[package.metadata.omrf.cmake]
|
||||
|
||||
# Configures the namespace part of CMake target.
|
||||
# This property is optional. The default value is extracted from the name of target Rust project.
|
||||
namespace_name = "foobar"
|
||||
# Configures the target part of CMake target.
|
||||
# This property is optional. The default value is extracted from the name of target Rust project.
|
||||
target_name = "foobar"
|
||||
|
||||
[package.metadata.omrf.pkgconfig]
|
||||
|
||||
# Configures the human-readable name of this package.
|
||||
# This property is optional. The default value is extracted from the name of target Rust project.
|
||||
name = "Foo Bar"
|
||||
# Configures the brief description of this package.
|
||||
# This property is optional. The default value is extracted from the description of target Rust project.
|
||||
name = "a brown fox jumps over a lazy dog."
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user