mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
svn path=/nixpkgs/trunk/; revision=14311
This commit is contained in:
parent
fcad0b0a5a
commit
94b0227aad
16
doc/meta.xml
16
doc/meta.xml
@ -64,10 +64,18 @@ interpretation:</para>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>description</varname></term>
|
<term><varname>description</varname></term>
|
||||||
<listitem><para>A short (one-line) description of the package.
|
<listitem><para>A short (one-line) description of the package.
|
||||||
Don’t include a period at the end. This is shown by
|
This is shown by <command>nix-env -q --description</command> and
|
||||||
<command>nix-env -q --description</command> and also on the
|
also on the Nixpkgs release pages.</para>
|
||||||
Nixpkgs release pages. Example: <literal>"A program that produces
|
|
||||||
a familiar, friendly greeting"</literal></para></listitem>
|
<para>Don’t include a period at the end. Don’t include newline
|
||||||
|
characters. Capitalise the first character. For brevity, don’t
|
||||||
|
repeat the name of package — just describe what it does.</para>
|
||||||
|
|
||||||
|
<para>Wrong: <literal>"libpng is a library that allows you to decode PNG images."</literal></para>
|
||||||
|
|
||||||
|
<para>Right: <literal>"A library for decoding PNG images"</literal></para>
|
||||||
|
|
||||||
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user