mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/docopt-cpp: new package
Add docopt.cpp library that can be used to create intuitive command line interfaces with very little code by describing the valid calls using the (POSIX.1-2017) command line utility argument syntax. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Reviewed-by: Angelo Compagnucci <angelo@amarulasolutions.com> Tested-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fbe2a973da
commit
43f96ced67
13
package/docopt-cpp/docopt-cpp.mk
Normal file
13
package/docopt-cpp/docopt-cpp.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# docopt.cpp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOCOPT_CPP_VERSION = 0.6.3
|
||||
DOCOPT_CPP_SITE = $(call github,docopt,docopt.cpp,v$(DOCOPT_CPP_VERSION))
|
||||
DOCOPT_CPP_INSTALL_STAGING = YES
|
||||
DOCOPT_CPP_LICENSE = BSL-1.0 or MIT
|
||||
DOCOPT_CPP_LICENSE_FILES = LICENSE-Boost-1.0 LICENSE-MIT
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user