From 33e975398dc44fa2082781ac88649a75e9552b9f Mon Sep 17 00:00:00 2001 From: jimmy hu <5549662+Jimmy-Hu@users.noreply.github.com> Date: Wed, 14 Oct 2020 04:19:04 +0800 Subject: [lest] Add optional 'Homepage' field to CONTROL (#14004) * [vcpkg] Add optional 'Homepage' field to CONTROL [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port. * Update ports/lest/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> --- ports/lest/CONTROL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ports/lest/CONTROL b/ports/lest/CONTROL index 38b01027b..e8eb03bd4 100644 --- a/ports/lest/CONTROL +++ b/ports/lest/CONTROL @@ -1,3 +1,5 @@ Source: lest -Version: 1.35.1 +Version: 1.35.1 +Port-Version: 1 Description: A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant) +Homepage: https://github.com/martinmoene/lest -- cgit v1.2.3