mmtf-cpp: initial add 1.0.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-12-05 13:22:10 +01:00
parent ffc27ed072
commit 1ff4550297

View File

@@ -0,0 +1,14 @@
SUMMARY = "The pure C++ implementation of the MMTF API, decoder and encoder"
HOMEPAGE = "https://github.com/rcsb/mmtf-cpp"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7be9bbf9f4ec4ed1e36494b29561af1e"
inherit cmake
DEPENDS = "msgpack-c"
SRC_URI = "gitsm://github.com/rcsb/mmtf-cpp.git"
SRCREV = "407bf8e541530579b1f2c3e7f7fa96bb06ef5be9"
S = "${WORKDIR}/git"
RDEPENDS_${PN} += "msgpack-c"