kumquat-buildroot/package/restclient-cpp/restclient-cpp.mk
Fabrice Fontaine 0652b855dd package/restclient-cpp: drop spurious space
Drop spurious space added by commit
014c47cfbf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-11-30 17:07:46 +01:00

19 lines
558 B
Makefile

################################################################################
#
# restclient-cpp
#
################################################################################
RESTCLIENT_CPP_VERSION = 0.5.2
RESTCLIENT_CPP_SITE = $(call github,mrtazz,restclient-cpp,$(RESTCLIENT_CPP_VERSION))
RESTCLIENT_CPP_LICENSE = MIT
RESTCLIENT_CPP_LICENSE_FILES = LICENSE
RESTCLIENT_CPP_INSTALL_STAGING = YES
# Source from github, no configure script provided
RESTCLIENT_CPP_AUTORECONF = YES
RESTCLIENT_CPP_DEPENDENCIES = libcurl
$(eval $(autotools-package))