diff options
Diffstat (limited to 'ports/oatpp-sqlite')
| -rw-r--r-- | ports/oatpp-sqlite/CONTROL | 5 | ||||
| -rw-r--r-- | ports/oatpp-sqlite/vcpkg.json | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/oatpp-sqlite/CONTROL b/ports/oatpp-sqlite/CONTROL deleted file mode 100644 index d0ec33e77..000000000 --- a/ports/oatpp-sqlite/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: oatpp-sqlite -Version: 1.2.0 -Description: OAT++ Modern web framework sqlite module -Build-Depends: oatpp,sqlite3 -Homepage: https://github.com/oatpp/oatpp-sqlite diff --git a/ports/oatpp-sqlite/vcpkg.json b/ports/oatpp-sqlite/vcpkg.json new file mode 100644 index 000000000..6a81099eb --- /dev/null +++ b/ports/oatpp-sqlite/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "oatpp-sqlite", + "version-string": "1.2.0", + "port-version": 1, + "description": "Oat++ SQLite adapter for Oat++ ORM.", + "homepage": "https://github.com/oatpp/oatpp-sqlite", + "dependencies": [ + "oatpp", + "sqlite3" + ] +} |
