File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ macOS) and Pygments. It started as library in scancode-toolkit.
1212Visit https://aboutcode.org and https://github.com/nexB/ for support and download.
1313
1414
15+ We run CI tests on:
16+
17+ - Travis https://travis-ci.org/github/nexB/typecode
18+ - Azure pipelines https://dev.azure.com/nexB/typecode/_build
19+
1520To install this package with its full capability (where the binaries for
1621libmagic are installed), use the `full ` option::
1722
@@ -32,13 +37,17 @@ available in one of these ways:
3237 They do so by providing a plugin entry point as a ``scancode_location_provider ``
3338 for ``typecode_libmagic `` which points to a callable that must return a mapping
3439 with these two keys:
40+
3541 - 'typecode.libmagic.dll': the absolute path to a libmagic DLL
3642 - 'typecode.libmagic.db': the absolute path to a libmagic 'magic.mgc' database
43+
3744 See for example:
45+
3846 - https://github.com/nexB/scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/typecode_libmagic-linux/setup.py#L42
3947 - https://github.com/nexB/scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/typecode_libmagic-linux/src/typecode_libmagic/__init__.py#L32
4048
4149- **environment variables **:
50+
4251 - TYPECODE_LIBMAGIC_PATH: the absolute path to a libmagic DLL
4352 - TYPECODE_LIBMAGIC_DB_PATH: the absolute path to a libmagic 'magic.mgc' database
4453
You can’t perform that action at this time.
0 commit comments