summaryrefslogtreecommitdiff
path: root/homebrew/sqlite/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sqlite/.beer')
-rw-r--r--homebrew/sqlite/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/sqlite/.beer b/homebrew/sqlite/.beer
new file mode 100644
index 000000000..b5858b55a
--- /dev/null
+++ b/homebrew/sqlite/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Sqlite",
+ "description": "Command-line interface for SQLite",
+ "url": "https://sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
+ "mirror": null,
+ "homepage": "https://sqlite.org/",
+ "depends": [
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.append \"CPPFLAGS\", \"-DSQLITE_ENABLE_COLUMN_METADATA=1\"",
+ "ENV.append \"CPPFLAGS\", \"-DSQLITE_MAX_VARIABLE_NUMBER=250000\"",
+ "ENV.append \"CPPFLAGS\", \"-DSQLITE_ENABLE_RTREE=1\"",
+ "ENV.append \"CPPFLAGS\", \"-DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1\"",
+ "ENV.append \"CPPFLAGS\", \"-DSQLITE_ENABLE_JSON1=1\"",
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--disable-dependency-tracking",
+ "--enable-dynamic-extensions",
+ "--enable-readline",
+ "--disable-editline",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\""
+ ],
+ "version": "3280000",
+ "file": "sqlite.rb"
+} \ No newline at end of file