New package: mmtf-cpp-1.0.0

This commit is contained in:
John Zimmermann 2019-02-16 14:22:27 +01:00
parent 713de3ea8e
commit 572467eec4
1 changed files with 17 additions and 0 deletions

17
srcpkgs/mmtf-cpp/template Normal file
View File

@ -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 <johnz@posteo.net>"
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
}