doc/manual.txt: describe the target-file feature of xbps-uhelper fetch
This commit is contained in:
parent
1b486f757a
commit
7bc5801bba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue