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>
This commit is contained in:
parent
7ce07b7b29
commit
6282b4eceb
5 changed files with 26 additions and 0 deletions
|
|
@ -2862,6 +2862,7 @@ F: package/biosdevname/
|
|||
|
||||
N: Saeed Kazemi <kazemi.ms@gmail.com>
|
||||
F: package/eza/
|
||||
F: package/parsec-tool/
|
||||
F: package/procs/
|
||||
F: package/mxt-app/
|
||||
F: package/zoxide/
|
||||
|
|
|
|||
|
|
@ -1589,6 +1589,7 @@ menu "Crypto"
|
|||
source "package/mbedtls/Config.in"
|
||||
source "package/nettle/Config.in"
|
||||
source "package/openssl/Config.in"
|
||||
source "package/parsec-tool/Config.in"
|
||||
source "package/pkcs11-helper/Config.in"
|
||||
source "package/rhash/Config.in"
|
||||
source "package/tinydtls/Config.in"
|
||||
|
|
|
|||
9
package/parsec-tool/Config.in
Normal file
9
package/parsec-tool/Config.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
3
package/parsec-tool/parsec-tool.hash
Normal file
3
package/parsec-tool/parsec-tool.hash
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Locally computed
|
||||
sha256 5b994e10305a682c22fb6f566b57874a22ed8b9120d9fd253f5fa17c40ff759a parsec-tool-0.7.0-cargo2.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
12
package/parsec-tool/parsec-tool.mk
Normal file
12
package/parsec-tool/parsec-tool.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Loading…
Add table
Reference in a new issue