From d962dc7d651b563bed089f4bf9056003ebb7fe1c Mon Sep 17 00:00:00 2001 From: Phil Christensen Date: Mon, 10 Jun 2019 16:35:22 -0700 Subject: [vcpkg] Add optional 'Homepage' field to CONTROL (#6844) * [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field. --- ports/globjects/CONTROL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/globjects') diff --git a/ports/globjects/CONTROL b/ports/globjects/CONTROL index e05b2393f..fb9ca9a1f 100644 --- a/ports/globjects/CONTROL +++ b/ports/globjects/CONTROL @@ -2,4 +2,5 @@ Source: globjects Maintainer: mattias@mattiascibien.net Version: 1.1.0-2018-09-19-1 Build-Depends: glbinding, glm -Description: C++ library strictly wrapping OpenGL objects. +Description: C++ library strictly wrapping OpenGL objects. +Homepage: https://github.com/cginternals/globjects -- cgit v1.2.3