Files
buildroot/package/parsec-tool/Config.in
Saeed Kazemi 6282b4eceb package/parsec-tool: new package
The Parsec Command Line Interface
This tool can be used to communicate with the PARSEC service.

https://github.com/parallaxsecond/parsec-tool.git

Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-07-21 18:39:58 +02:00

10 lines
300 B
Plaintext

config BR2_PACKAGE_PARSEC_TOOL
bool "parsec-tool"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_RUSTC
help
The Parsec Command Line Interface
This tool can be used to communicate with the PARSEC service.
https://github.com/parallaxsecond/parsec-tool.git