15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
[package]
|
|
name = ZeekJS
|
|
description = Experimental JavaScript support for Zeek.
|
|
tags = javascript, js, plugin
|
|
plugin_dir = build
|
|
build_command = ./configure --with-nodejs=%(nodejs_root_dir)s && cd build && make
|
|
test_command = cd tests && btest -d -c btest.cfg -g smoke
|
|
depends =
|
|
zeek >=4.2.0
|
|
external_depends =
|
|
libnode-dev
|
|
nodejs-devel
|
|
user_vars =
|
|
nodejs_root_dir [] "Root directory of Node.js installation (leave blank for defaults)"
|