28 lines
611 B
JSON
28 lines
611 B
JSON
|
{
|
||
|
"name": "mswitch",
|
||
|
"authors": [
|
||
|
"Alexander Zhirov"
|
||
|
],
|
||
|
"homepage": "https://git.zhirov.website/alexander/mswitcher",
|
||
|
"license": "GPL-2.0",
|
||
|
"copyright": "Copyright © 2022, Alexander Zhirov",
|
||
|
"description": "Monitor switcher, based on XrandR",
|
||
|
"dflags": [
|
||
|
"-i"
|
||
|
],
|
||
|
"libs": [
|
||
|
"X11",
|
||
|
"Xrandr",
|
||
|
"m"
|
||
|
],
|
||
|
"preBuildCommands": [
|
||
|
"gcc -Os -c source/clang/monitors.c -o obj/monitors.o"
|
||
|
],
|
||
|
"sourceFiles": [
|
||
|
"obj/*.o"
|
||
|
],
|
||
|
"targetType": "executable",
|
||
|
"targetPath": "bin",
|
||
|
"targetName": "mswitch"
|
||
|
}
|