The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
894 B
19 lines
894 B
2 years ago
|
{
|
||
|
"installed": [
|
||
|
{"type": "python_file", "file": "usr/@PYTHON_PURELIB@/mod/__init__.py"},
|
||
|
{"type": "python_file", "file": "usr/@PYTHON_PURELIB@/mod/foo.py"},
|
||
|
{"type": "python_file", "file": "usr/@PYTHON_PURELIB@/mod/bar.py"},
|
||
|
{"type": "python_file", "file": "usr/@PYTHON_PURELIB@/mod/submod/__init__.py"},
|
||
|
{"type": "python_file", "file": "usr/@PYTHON_PURELIB@/mod/submod/baz.py"},
|
||
|
{"type": "file", "file": "usr/share/dir1/file1"},
|
||
|
{"type": "file", "file": "usr/share/dir1/file2"},
|
||
|
{"type": "file", "file": "usr/share/dir1/file3"},
|
||
|
{"type": "file", "file": "usr/share/dir2/file1"},
|
||
|
{"type": "file", "file": "usr/share/dir2/file2"},
|
||
|
{"type": "file", "file": "usr/share/dir2/file3"},
|
||
|
{"type": "file", "file": "usr/share/dir3/file1"},
|
||
|
{"type": "file", "file": "usr/share/dir3/file2"},
|
||
|
{"type": "file", "file": "usr/share/dir3/file3"}
|
||
|
]
|
||
|
}
|