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>
13 lines
388 B
Makefile
13 lines
388 B
Makefile
################################################################################
|
|
#
|
|
# parsec-tool
|
|
#
|
|
################################################################################
|
|
|
|
PARSEC_TOOL_VERSION = 0.7.0
|
|
PARSEC_TOOL_SITE = $(call github,parallaxsecond,parsec-tool,$(PARSEC_TOOL_VERSION))
|
|
PARSEC_TOOL_LICENSE = Apache-2.0
|
|
PARSEC_TOOL_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|