diff options
Diffstat (limited to 'skel')
| -rw-r--r-- | skel/metadata.xml | 21 | 
1 files changed, 17 insertions, 4 deletions
diff --git a/skel/metadata.xml b/skel/metadata.xml index ab01f1c..97f6429 100644 --- a/skel/metadata.xml +++ b/skel/metadata.xml @@ -3,9 +3,16 @@  <pkgmetadata>  	<maintainer type="person">  		<email>julien@jroy.ca</email> -		<name>Julien Roy</name> +		<description>Julien Roy</description>  	</maintainer> -	<longdescription></longdescription> +	<longdescription> +    Long description of the package. Note that long description should be long. +    This section doesn't have to exist, if it doesn't differ from ebuild's +    DESCRIPTION. + +    Using either spaces or tabs to indent is allowed. However mixing both in +    a single metadata.xml file is not. +	</longdescription>  	<upstream>  		<maintainer>  			<name></name> @@ -14,7 +21,13 @@  		<changelog></changelog>  		<doc></doc>  		<bugs-to></bugs-to> -		<remote-id type="github"></remote-id> -		<remote-id type="pypi"></remote-id>  	</upstream> +	<use> +		<flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking. +		Requires an installed dictionary from <cat>app-dicts</cat></flag> +		<flag name="flag">Description of how USE='flag' affects this package</flag> +		<flag name="kernel_linux"> +			Description of how KERNEL="linux" affects this package +		</flag> +	</use>  </pkgmetadata>  | 
