Files
rpi-buildroot/package/parsec-tool/parsec-tool.mk
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

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))