From 1ff45502974882bb5d729a1d03bf45c1980bc2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 5 Dec 2019 13:22:10 +0100 Subject: [PATCH] mmtf-cpp: initial add 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../recipes-chemistry/mmtf/mmtf-cpp_1.0.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-misc/recipes-chemistry/mmtf/mmtf-cpp_1.0.0.bb 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"