doc/manual.txt: describe the target-file feature of xbps-uhelper fetch

This commit is contained in:
Enno Boland 2014-03-17 16:57:47 +01:00
parent 1b486f757a
commit 7bc5801bba
1 changed files with 5 additions and 2 deletions

View File

@ -282,9 +282,12 @@ small number of packages must set this property.
*distfiles*::
The full URL to the `upstream` source distribution files. Multiple files
can be separated by blanks. The files must end in `.tar.lzma`, `.tar.xz`,
can be separated by whitespaces. The files must end in `.tar.lzma`, `.tar.xz`,
`.txz`, `.tar.bz2`, `.tbz`, `.tar.gz`, `.tgz`, `.gz`, `.bz2`, `.tar` or
`.zip`. Example `distfiles="http://foo.org/foo-1.0.tar.gz"`
`.zip`. To define a target filename, append `>filename` to the URL.
Example:
distfiles="http://foo.org/foo-1.0.tar.gz
http://foo.org/bar-1.0.tar.gz>bar.tar.gz"`
*checksum*::
The `sha256` digests matching `${distfiles}`. Multiple files can be