summaryrefslogtreecommitdiff
path: root/homebrew/odpi
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/odpi')
-rw-r--r--homebrew/odpi/.beer18
-rw-r--r--homebrew/odpi/.make.sh-auto4
-rw-r--r--homebrew/odpi/_metadata/description1
-rw-r--r--homebrew/odpi/_metadata/homepage1
-rw-r--r--homebrew/odpi/_metadata/name1
-rw-r--r--homebrew/odpi/_metadata/version1
-rwxr-xr-xhomebrew/odpi/download.sh1
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/odpi/.beer b/homebrew/odpi/.beer
new file mode 100644
index 000000000..d04452095
--- /dev/null
+++ b/homebrew/odpi/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Odpi",
+ "description": "Oracle Database Programming Interface for Drivers and Applications",
+ "url": "https://github.com/oracle/odpi/archive/v3.1.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://oracle.github.io/odpi/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "lib.install Dir[\"lib/*\"]",
+ "include.install Dir[\"include/*\"]"
+ ],
+ "version": "3.1.3",
+ "file": "odpi.rb"
+} \ No newline at end of file
diff --git a/homebrew/odpi/.make.sh-auto b/homebrew/odpi/.make.sh-auto
new file mode 100644
index 000000000..477d44e42
--- /dev/null
+++ b/homebrew/odpi/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+make
+lib.install Dir["lib/*"]
+include.install Dir["include/*"]
diff --git a/homebrew/odpi/_metadata/description b/homebrew/odpi/_metadata/description
new file mode 100644
index 000000000..f8ad2ff25
--- /dev/null
+++ b/homebrew/odpi/_metadata/description
@@ -0,0 +1 @@
+Oracle Database Programming Interface for Drivers and Applications
diff --git a/homebrew/odpi/_metadata/homepage b/homebrew/odpi/_metadata/homepage
new file mode 100644
index 000000000..861f41307
--- /dev/null
+++ b/homebrew/odpi/_metadata/homepage
@@ -0,0 +1 @@
+https://oracle.github.io/odpi/
diff --git a/homebrew/odpi/_metadata/name b/homebrew/odpi/_metadata/name
new file mode 100644
index 000000000..f2814cbc3
--- /dev/null
+++ b/homebrew/odpi/_metadata/name
@@ -0,0 +1 @@
+Odpi
diff --git a/homebrew/odpi/_metadata/version b/homebrew/odpi/_metadata/version
new file mode 100644
index 000000000..ff365e06b
--- /dev/null
+++ b/homebrew/odpi/_metadata/version
@@ -0,0 +1 @@
+3.1.3
diff --git a/homebrew/odpi/download.sh b/homebrew/odpi/download.sh
new file mode 100755
index 000000000..e37cd9c36
--- /dev/null
+++ b/homebrew/odpi/download.sh
@@ -0,0 +1 @@
+wget https://github.com/oracle/odpi/archive/v3.1.3.tar.gz \ No newline at end of file