From 09dae9ca39c98f03776f0d67cded4b31eee97d11 Mon Sep 17 00:00:00 2001 From: Tanner Kvarfordt Date: Wed, 8 May 2024 21:45:36 -0600 Subject: [PATCH] Updated zkg.meta --- zkg.meta | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zkg.meta b/zkg.meta index 8535022..623daab 100644 --- a/zkg.meta +++ b/zkg.meta @@ -1,9 +1,8 @@ [package] script_dir = scripts test_command = cd testing && btest -c btest.cfg -summary = TODO: A summary of spicy-protobuf in one line -description = TODO: A more detailed description of spicy-protobuf. - It can span multiple lines, with this indentation. +summary = Spicy-based analyzer for Google Protocol Buffers +description = Spicy-based analyzer for Google Protocol Buffers depends = zeek >=4.0.0 build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .