From 18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad Mon Sep 17 00:00:00 2001 From: pravic Date: Sun, 16 Jun 2019 02:54:47 +0300 Subject: [WIP] Add a Homepage URL entry for vcpkg ports (#2933) * [vcpkg] Add "Homepage" field to the CONTROL files. --- ports/sqlitecpp/CONTROL | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/sqlitecpp') diff --git a/ports/sqlitecpp/CONTROL b/ports/sqlitecpp/CONTROL index ecb0f16e5..8d0fb047e 100644 --- a/ports/sqlitecpp/CONTROL +++ b/ports/sqlitecpp/CONTROL @@ -1,4 +1,5 @@ Source: sqlitecpp Version: 2.3.0 Build-Depends: sqlite3 +Homepage: https://github.com/SRombauts/SQLiteCpp Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. -- cgit v1.2.3