summaryrefslogtreecommitdiff
path: root/homebrew/neko/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/neko/.beer')
-rw-r--r--homebrew/neko/.beer47
1 files changed, 47 insertions, 0 deletions
diff --git a/homebrew/neko/.beer b/homebrew/neko/.beer
new file mode 100644
index 000000000..7f952cf1a
--- /dev/null
+++ b/homebrew/neko/.beer
@@ -0,0 +1,47 @@
+{
+ "name": "Neko",
+ "description": "High-level, dynamically typed programming language",
+ "url": "https://github.com/HaxeFoundation/neko/archive/v2-2-0/neko-2.2.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://nekovm.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "ninja",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "bdw-gc",
+ "build-depend": false
+ },
+ {
+ "depend": "mbedtls",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "pcre",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", \"-G\", \"Ninja\", \"-DSTATIC_DEPS=MariaDBConnector\",",
+ "\"-DRELOCATABLE=OFF\", \"-DRUN_LDCONFIG=OFF\", *std_cmake_args",
+ "system \"ninja\", \"install\""
+ ],
+ "version": "2.2.0",
+ "file": "neko.rb"
+} \ No newline at end of file