Skip to content

Commit a3e9272

Browse files
committed
Remove msys2_internal
1 parent 306e137 commit a3e9272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/dev/pkgbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The following variables are recognized:
1212
| Variable | Type | Description |
1313
|--------------------------- |---------|-------------|
1414
| `mingw_arch` | array | A list of MSYS2 environments the package is built for. Defaults to an empty list. |
15-
| `msys2_internal` | boolean | Whether the package is an internal or meta package and shouldn't be linked to external sources. Defaults to `false`. |
1615
| `msys2_references` | mapping | Maps the package to external resources, such as other package repositories. |
1716
| `msys2_changelog_url` | string | NEWS file in git or the GitHub releases page. In case there are multiple, the one that is more useful for packagers. |
1817
| `msys2_documentation_url` | string | URL to the documentation for the API, tools, etc., in case it's a different website than the homepage. |
@@ -30,6 +29,7 @@ For `msys2_references` the following keys are recognized:
3029
minus that prefix: https://cygwin.com/packages/src_package_list.html
3130
* `pypi` - the PyPI project name: https://pypi.org/search/
3231
* `gentoo` - the full Gentoo package name e.g. `dev-python/pyasn1`
32+
* `internal` - special key, which if it exists marks the package as internal and doesn't link it to any external sources
3333

3434
Defining a key without a value means there is no mapping and the package shouldn't be linked.
3535

0 commit comments

Comments
 (0)