mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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 = ''
|
||||
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…
Reference in New Issue
Block a user