kumquat-buildroot/package/sentry-cli/sentry-cli.mk
Thomas Petazzoni 049ca10248 package/sentry-cli: re-add package
This reverts commit d19077677f, but the
package now uses the cargo-package infrastructure with its vendoring
mechanism, which allows us to avoid the problems that caused the
package to be removed in d19077677f.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-08 23:35:40 +01:00

15 lines
426 B
Makefile

################################################################################
#
# sentry-cli
#
################################################################################
SENTRY_CLI_VERSION = 1.59.0
SENTRY_CLI_SITE = $(call github,getsentry,sentry-cli,$(SENTRY_CLI_VERSION))
SENTRY_CLI_LICENSE = BSD-3-clause
SENTRY_CLI_LICENSE_FILES = LICENSE
HOST_SENTRY_CLI_DEPENDENCIES = host-zlib
$(eval $(host-cargo-package))