From 176d224b694b4f6ec2933fc9b8e3b76043659744 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Mar 2024 23:26:43 +0300 Subject: Release version 8.0.15+13 Add mysql-client package. Minor cleanups of the libmysqlclient library. --- mysql-client/manifest | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mysql-client/manifest (limited to 'mysql-client/manifest') diff --git a/mysql-client/manifest b/mysql-client/manifest new file mode 100644 index 0000000..6dfc33e --- /dev/null +++ b/mysql-client/manifest @@ -0,0 +1,33 @@ +: 1 +name: mysql-client + +# Note: remember to update doc-url and debian-name below! +# +version: 8.0.15+13 + +project: mysql +summary: MySQL command-line client +license: other: GPL-2.0-only with MySQL Universal FOSS Exception +topics: MySQL, SQL, relational database +description-file: README +url: https://www.mysql.com +doc-url: https://dev.mysql.com/doc/refman/8.0/en/mysql.html +src-url: https://git.build2.org/cgit/packaging/mysql/mysql/tree/mysql-client/ +package-url: https://git.build2.org/cgit/packaging/mysql/ +email: mysql@lists.mysql.com ; Mailing list. +package-email: packaging@build2.org ; Mailing list. +build-error-email: builds@build2.org +builds: all +builds: -wasm +builds: -( +windows &gcc ) ; MinGW GCC is not supported. +builds: -static ; Implementation uses C++ and requires special linking steps. +depends: * build2 >= 0.15.0 +depends: * bpkg >= 0.15.0 +depends: libmysqlclient == $ +depends: libcrypto ^1.1.1 +depends: libisocline >= 1.0.9 ? ($c.target.class != 'windows') + +# System package mapping. +# +debian-name: mysql-client-core-8.0 +fedora-name: community-mysql -- cgit v1.1