add meta attribute for cowsay

svn path=/nixpkgs/trunk/; revision=31938
This commit is contained in:
Rob Vermaas 2012-01-31 06:59:02 +00:00
parent d341b2537c
commit 6cff3215f4

View File

@ -10,4 +10,9 @@ stdenv.mkDerivation {
installPhase = ''
bash ./install.sh $out
'';
meta = {
description = "cowsay is a program which generates ASCII pictures of a cow with a message.";
homepage = http://www.nog.net/~tony/warez/cowsay.shtml;
};
}