summaryrefslogtreecommitdiff
path: root/homebrew/mariadbconnectorodbc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mariadbconnectorodbc/.beer')
-rw-r--r--homebrew/mariadbconnectorodbc/.beer37
1 files changed, 37 insertions, 0 deletions
diff --git a/homebrew/mariadbconnectorodbc/.beer b/homebrew/mariadbconnectorodbc/.beer
new file mode 100644
index 000000000..c3b15c36e
--- /dev/null
+++ b/homebrew/mariadbconnectorodbc/.beer
@@ -0,0 +1,37 @@
+{
+ "name": "MariadbConnectorOdbc",
+ "description": "Database driver using the industry standard ODBC API",
+ "url": "https://downloads.mariadb.org/f/connector-odbc-3.0.2/mariadb-connector-odbc-3.0.2-ga-src.tar.gz",
+ "mirror": null,
+ "homepage": "https://downloads.mariadb.org/connector-odbc/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "mariadb-connector-c",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "unixodbc",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", \"-DMARIADB_FOUND=1\",",
+ "\"-DWITH_OPENSSL=1\",",
+ "\"-DOPENSSL_INCLUDE_DIR=#{Formula[\"openssl\"].opt_include}\",",
+ "*std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "3.0.2",
+ "file": "mariadb-connector-odbc.rb"
+} \ No newline at end of file