README: Explicitly link to the example recipe #27646
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are two example recipes, one for the original format and one for the v1 format. Since the v1 format is not yet ready to go (see conda-forge/conda-forge.github.io#2308), this PR explicitly links to the original format example, to help people avoid choosing the wrong one (as I did for #27600).
Checklist
License file is packaged (see here for an example).Source is from official source.Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).If static libraries are linked in, the license of the static library is packaged.Package does not ship static libraries. If static libraries are needed, follow CFEP-18.Build number is 0.A tarball (url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.