1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/project/cpptest/cpptest/cpptest-${version}/cpptest-${version}.tar.gz";
9 sha256 = "0lpy3f2fjx1srh02myanlp6zfi497whlldcrnij39ghfhm0arcnm";
13 homepage = "http://cpptest.sourceforge.net/";
14 description = "Simple C++ unit testing framework";
15 maintainers = with maintainers; [ bosu ];
16 license = lib.licenses.lgpl3;
17 platforms = platforms.all;