aboutsummaryrefslogtreecommitdiff
path: root/ports/libnoise/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-10-21 16:31:06 -0700
committerGitHub <noreply@github.com>2020-10-21 16:31:06 -0700
commit51fce8c8d8ebafc9ad314d3d0b242b23e1e15ccd (patch)
tree66c10f811f278a2063fcf2c59f76f33c746b5c84 /ports/libnoise/CONTROL
parent291df751258928bc021a5251585c8733328edf25 (diff)
downloadvcpkg-51fce8c8d8ebafc9ad314d3d0b242b23e1e15ccd.tar.gz
vcpkg-51fce8c8d8ebafc9ad314d3d0b242b23e1e15ccd.zip
[libnoise] Fix build and header, install FindLibNoise.cmake (#14141)
Diffstat (limited to 'ports/libnoise/CONTROL')
-rw-r--r--ports/libnoise/CONTROL2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/libnoise/CONTROL b/ports/libnoise/CONTROL
index 53009a450..144273305 100644
--- a/ports/libnoise/CONTROL
+++ b/ports/libnoise/CONTROL
@@ -1,3 +1,5 @@
Source: libnoise
Version: 1.0.0
+Port-Version: 1
+Homepage: https://github.com/RobertHue/libnoise
Description: A general-purpose library that generates three-dimensional coherent noise. Useful for terrain generation and procedural texture generation. Uses a broad number of techniques (Perlin noise, ridged multifractal, etc.) and combinations of those techniques.