41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"authors": [
|
|
"Alexander Zhirov"
|
|
],
|
|
"copyright": "Copyright © 2025, Alexander Zhirov",
|
|
"description": "Integrates GNU Gettext for translations",
|
|
"license": "GPL-2.0",
|
|
"name": "singlang",
|
|
"targetType": "dynamicLibrary",
|
|
"targetName": "singlang",
|
|
"targetPath": "build/usr/lib",
|
|
"sourceFiles": ["source/singlang.d"],
|
|
"configurations": [
|
|
{
|
|
"name": "shared",
|
|
"targetType": "dynamicLibrary",
|
|
"targetName": "singlang",
|
|
"targetPath": "build/usr/lib",
|
|
"sourceFiles": ["source/singlang.d"]
|
|
},
|
|
{
|
|
"name": "static",
|
|
"targetType": "library",
|
|
"targetName": "singlang",
|
|
"targetPath": "build/usr/lib",
|
|
"sourceFiles": ["source/singlang.d"]
|
|
},
|
|
{
|
|
"name": "test",
|
|
"targetType": "executable",
|
|
"targetName": "test",
|
|
"targetPath": "build/usr/bin",
|
|
"sourcePaths": ["tests", "source"],
|
|
"postBuildCommands": [
|
|
"bash scripts/compile_mo.sh ./build/usr/bin/test",
|
|
"bash preload/build.sh test"
|
|
]
|
|
}
|
|
]
|
|
}
|