diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-02 23:11:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-24 09:33:15 +0300 |
commit | 354bb40e75d94466e91fe6960523612c9d17ccfb (patch) | |
tree | bdf8b8b90191b98e4b32b62e6cb0e947ea5d5ae2 /manifest | |
parent | 4bce3c574df293415c7b2f45b9c2951262fe3412 (diff) |
Add implementation
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..30f3dd1 --- /dev/null +++ b/manifest @@ -0,0 +1,20 @@ +: 1 +name: libmysqlclient + +# Note: remember to update doc-url below! +# +version: 5.7.20-a.0.z + +summary: MySQL C API client library +license: GPLv2 with FOSS License Exception +tags: mysql, database, client, connector, library, c, api, interface +description-file: README +url: https://www.mysql.com +doc-url: https://dev.mysql.com/doc/refman/5.7/en/c-api.html +src-url: https://git.build2.org/cgit/packaging/mysql/libmysqlclient/tree/ +package-url: https://git.build2.org/cgit/packaging/mysql/ +email: mysql@lists.mysql.com; Mailing list. +package-email: packaging@build2.org; Mailing list. +build-email: builds@build2.org +depends: * build2 >= 0.7.0- +depends: * bpkg >= 0.7.0- |