mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Manual.md: document version directories checking
This commit is contained in:
parent
e3e08a087a
commit
54f0eed05d
1 changed files with 12 additions and 0 deletions
12
Manual.md
12
Manual.md
|
@ -762,6 +762,18 @@ versions. Example: `ignore="*b*"`
|
||||||
- `version` is the version number used to compare against
|
- `version` is the version number used to compare against
|
||||||
upstream versions. Example: `version=${version//./_}`
|
upstream versions. Example: `version=${version//./_}`
|
||||||
|
|
||||||
|
- `single_directory` can be set to disable
|
||||||
|
detecting directory containing one version of sources in url,
|
||||||
|
then searching new version in adjacent directories.
|
||||||
|
|
||||||
|
- `vdprefix` is a perl-compatible regular expression matching
|
||||||
|
part that precedes numeric part of version directory
|
||||||
|
in url. Defaults to `(|v|$pkgname)[-_.]*`.
|
||||||
|
|
||||||
|
- `vdsuffix` is a perl-compatible regular expression matching
|
||||||
|
part that follows numeric part of version directory
|
||||||
|
in url. Defaults to `(|\.x)`.
|
||||||
|
|
||||||
<a id="patches"></a>
|
<a id="patches"></a>
|
||||||
### Handling patches
|
### Handling patches
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue