From 572467eec4f4686f5221419d318f91e4f5ca26dd Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sat, 16 Feb 2019 14:22:27 +0100 Subject: [PATCH] New package: mmtf-cpp-1.0.0 --- srcpkgs/mmtf-cpp/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/mmtf-cpp/template diff --git a/srcpkgs/mmtf-cpp/template b/srcpkgs/mmtf-cpp/template new file mode 100644 index 00000000000..cf48155c6d7 --- /dev/null +++ b/srcpkgs/mmtf-cpp/template @@ -0,0 +1,17 @@ +# Template file for 'mmtf-cpp' +pkgname=mmtf-cpp +version=1.0.0 +revision=1 +build_style=cmake +makedepends="msgpack-devel" +depends="msgpack-devel" +short_desc="C++ implementation of the MMTF API, decoder and encoder" +maintainer="John " +license="MIT" +homepage="https://github.com/rcsb/mmtf-cpp" +distfiles="https://github.com/rcsb/mmtf-cpp/archive/v${version}.tar.gz" +checksum=881f69c4bb56605fa63fd5ca50842facc4947f686cbf678ad04930674d714f40 + +post_install() { + vlicense LICENSE +}