You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
1.0 KiB
Tcl
24 lines
1.0 KiB
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 github 1.0
|
|
|
|
github.setup unittest-cpp unittest-cpp 2.0.0 v
|
|
revision 0
|
|
checksums rmd160 8f06ab7e63203b45f4174930901228801dacd4ab \
|
|
sha256 1d1b118518dc200e6b87bbf3ae7bfd00a0cfc6be708255f98e5e3d627a7c9f98 \
|
|
size 406798
|
|
|
|
categories devel
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license MIT
|
|
|
|
description lightweight unit testing framework for C++
|
|
|
|
long_description UnitTest++ is a lightweight unit testing framework for C++. \
|
|
It was designed to do test-driven development on a wide variety \
|
|
of platforms. Simplicity, portability, speed, and small footprint \
|
|
are all very important aspects of UnitTest++.
|
|
|
|
github.tarball_from releases
|