summaryrefslogtreecommitdiff
path: root/homebrew/virtuoso/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/virtuoso/.beer')
-rw-r--r--homebrew/virtuoso/.beer45
1 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/virtuoso/.beer b/homebrew/virtuoso/.beer
new file mode 100644
index 000000000..76212b168
--- /dev/null
+++ b/homebrew/virtuoso/.beer
@@ -0,0 +1,45 @@
+{
+ "name": "Virtuoso",
+ "description": "High-performance object-relational SQL database",
+ "url": "https://github.com/openlink/virtuoso-opensource/releases/download/v7.2.5.1/virtuoso-opensource-7.2.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://virtuoso.openlinksw.com/wiki/main/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "gawk",
+ "build-depend": true
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "unixodbc",
+ "reason": "Both install `isql` binaries."
+ }
+ ],
+ "patches": [],
+ "install": [
+ "system \"./autogen.sh\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "7.2.5",
+ "file": "virtuoso.rb"
+} \ No newline at end of file