mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
875 B
Tcl
25 lines
875 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup rcsb mmtf-cpp 1.1.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
categories science
|
|
maintainers {gmail.com:howarth.at.macports @jwhowarth} openmaintainer
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
description MMTF in C++
|
|
long_description The macromolecular transmission format (MMTF) is a binary encoding of biological structures.
|
|
|
|
checksums rmd160 132692f916e05be4149ca89d4502317d6be254ea \
|
|
sha256 021173bdc1814b1d0541c4426277d39df2b629af53151999b137e015418f76c0 \
|
|
size 106527
|
|
|
|
depends_lib-append port:msgpack
|