aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlitecpp/CONTROL
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-01-07 11:27:09 -0800
committerGitHub <noreply@github.com>2018-01-07 11:27:09 -0800
commit023ffe900dc019443d0f0e618c4ddd5ea0390d5f (patch)
treecd235ea64b5eb95284c710e4c9f22f1250841509 /ports/sqlitecpp/CONTROL
parent43f8af863ac91cca453f435ef7cc815d6d7bf704 (diff)
parent9b4e48cb1d4aaf27a269fa16a0270c66d7a52350 (diff)
downloadvcpkg-023ffe900dc019443d0f0e618c4ddd5ea0390d5f.tar.gz
vcpkg-023ffe900dc019443d0f0e618c4ddd5ea0390d5f.zip
Merge pull request #2520 from procxx/add_sqlitecpp
[sqlitecpp] Initial port
Diffstat (limited to 'ports/sqlitecpp/CONTROL')
-rw-r--r--ports/sqlitecpp/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sqlitecpp/CONTROL b/ports/sqlitecpp/CONTROL
new file mode 100644
index 000000000..133ac6703
--- /dev/null
+++ b/ports/sqlitecpp/CONTROL
@@ -0,0 +1,4 @@
+Source: sqlitecpp
+Version: 2.2
+Build-Depends: sqlite3
+Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.