diff --git a/recipes-misc/recipes-chemistry/mmtf/mmtf-cpp_1.0.0.bb b/recipes-misc/recipes-chemistry/mmtf/mmtf-cpp_1.0.0.bb new file mode 100644 index 00000000..c568b6c2 --- /dev/null +++ b/recipes-misc/recipes-chemistry/mmtf/mmtf-cpp_1.0.0.bb @@ -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"