docopt.cpp_git.bb 830 B

1234567891011121314151617181920212223242526
  1. SUMMARY = "C++11 port of docopt command-line interface description language and parser"
  2. DESCRIPTION = "docopt is library that lets you define a command line interface with the \
  3. utility argument syntax that has been used by command line utilities for \
  4. decades (formalized in POSIX.1-2017). From the description, docopt \
  5. automatically generates a parser for the command line arguments."
  6. HOMEPAGE = "https://github.com/docopt/docopt.cpp"
  7. LICENSE = "MIT | BSL-1.0"
  8. LIC_FILES_CHKSUM = "\
  9. file://LICENSE-Boost-1.0;md5=e4224ccaecb14d942c71d31bef20d78c \
  10. file://LICENSE-MIT;md5=4b242fd9ef20207e18286d73da8a6677 \
  11. "
  12. DEPENDS = "boost"
  13. SRCREV = "42ebcec9dc2c99a1b3a4542787572045763ad196"
  14. PV = "0.6.3+git${SRCPV}"
  15. SRC_URI = "\
  16. git://github.com/docopt/docopt.cpp.git;protocol=https \
  17. "
  18. S = "${WORKDIR}/git"
  19. inherit cmake