aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/vcpkg_from_sourceforge.md
diff options
context:
space:
mode:
authorCharles Ellis <hamled@gmail.com>2021-07-16 00:17:19 -0700
committerGitHub <noreply@github.com>2021-07-16 00:17:19 -0700
commitbef043cfe12eb98e2feb0b0976ea6c0fc9046f72 (patch)
treebb1244dfa1d6b3096fe3be8fa4cdd0e72f7b1ab8 /docs/maintainers/vcpkg_from_sourceforge.md
parent30d8b36c58192d8a870a211abd2f761480bc0c7b (diff)
downloadvcpkg-bef043cfe12eb98e2feb0b0976ea6c0fc9046f72.tar.gz
vcpkg-bef043cfe12eb98e2feb0b0976ea6c0fc9046f72.zip
CMake command docs say to use 0 for missing SHA512 (#18611)
Diffstat (limited to 'docs/maintainers/vcpkg_from_sourceforge.md')
-rw-r--r--docs/maintainers/vcpkg_from_sourceforge.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_from_sourceforge.md b/docs/maintainers/vcpkg_from_sourceforge.md
index 3c1574fac..88379a8e2 100644
--- a/docs/maintainers/vcpkg_from_sourceforge.md
+++ b/docs/maintainers/vcpkg_from_sourceforge.md
@@ -48,6 +48,8 @@ The REPO is `soxr`, REF is not exist, and the FILENAME is `soxr-0.1.3-Source.tar
### SHA512
The SHA512 hash that should match the archive.
+This is most easily determined by first setting it to `0`, then trying to build the port. The error message will contain the full hash, which can be copied back into the portfile.
+
### WORKING_DIRECTORY
If specified, the archive will be extracted into the working directory instead of `${CURRENT_BUILDTREES_DIR}/src/`.