diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-12 17:44:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:59 +0700 |
commit | f39578d5381b1afbe6eaeddd4813aeb3b9640d7d (patch) | |
tree | 13615dbc6cfedcd967c2036cd3a905cd20dcfbd6 /python/python2-yara/slack-desc | |
parent | 9449edd729f284e37f63c049d4ae1d2477144828 (diff) |
python/python2-yara: Added (Python2 for yara)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-yara/slack-desc')
-rw-r--r-- | python/python2-yara/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-yara/slack-desc b/python/python2-yara/slack-desc new file mode 100644 index 0000000000..294b8b090c --- /dev/null +++ b/python/python2-yara/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-yara: python2-yara (Python2 for yara) +python2-yara: +python2-yara: yara-python is a Python library to allow the use of YARA directly +python2-yara: in python programs. It covers all YARA's features, from compiling, +python2-yara: saving and loading rules to scanning files, strings and +python2-yara: processes. +python2-yara: +python2-yara: Homepage: https://github.com/VirusTotal/yara-python +python2-yara: +python2-yara: +python2-yara: |