Improve bibop recipe support
This commit is contained in:
parent
4997556621
commit
70e8d50966
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@
|
|||
{ "trigger": "lib-config\t— Checks if the library has a configuration file for pkg-config", "contents": "lib-config ${1:lib}" },
|
||||
{ "trigger": "lib-exist\t— Checks if library file is exist in libraries directory", "contents": "lib-exist ${1:filename}" },
|
||||
{ "trigger": "lib-linked\t— Checks if binary file has link with given library", "contents": "lib-linked ${1:binary} ${2:glob}" },
|
||||
{ "trigger": "lib-rpath\t— Checks if binary file has rpath field with given path", "contents": "lib-linked ${1:binary} ${2:path}" },
|
||||
{ "trigger": "lib-soname\t— Checks if shared library file has soname field with given value", "contents": "lib-linked ${1:lib} ${2:glob}" },
|
||||
{ "trigger": "lib-exported\t— Checks if shared library exported a symbol", "contents": "lib-linked ${1:binary} ${2:glob}" },
|
||||
|
||||
{ "trigger": "python-module\t— Checks if a given Python module could be loaded", "contents": "python-module ${1:name}" },
|
||||
{ "trigger": "python3-module\t— Checks if a given Python 3 module could be loaded", "contents": "python3-module ${1:name}" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue