mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
cunit: Add meta information
svn path=/nixpkgs/trunk/; revision=29072
This commit is contained in:
parent
c3dff03d1a
commit
9266c41795
@ -7,5 +7,21 @@ stdenv.mkDerivation rec {
|
||||
url = "mirror://sourceforge/cunit/${name}-src.tar.bz2";
|
||||
sha256 = "1slb2sybv886ys0qqikb8lzn0h9jcqfrv64lakdxmqbgncq5yw0z";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A Unit Testing Framework for C";
|
||||
|
||||
longDescription = ''
|
||||
CUnit is a lightweight system for writing, administering, and running
|
||||
unit tests in C. It provides C programmers a basic testing functionality
|
||||
with a flexible variety of user interfaces.
|
||||
'';
|
||||
|
||||
homepage = http://cunit.sourceforge.net/;
|
||||
|
||||
license = "lgpl";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user