add meta attribute for cowsay
svn path=/nixpkgs/trunk/; revision=31938
This commit is contained in:
parent
d341b2537c
commit
6cff3215f4
@ -10,4 +10,9 @@ stdenv.mkDerivation {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
bash ./install.sh $out
|
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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user