mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
224 B
YAML
10 lines
224 B
YAML
4 years ago
|
extraction:
|
||
|
cpp:
|
||
|
prepare:
|
||
|
packages:
|
||
|
- cargo
|
||
|
after_prepare:
|
||
|
- git clone --depth 1 https://github.com/OISF/libhtp.git
|
||
|
- cargo install cbindgen
|
||
|
- export PATH=/opt/work/.cargo/bin:$PATH
|