23 lines
533 B
JSON
23 lines
533 B
JSON
{
|
|
"authors": [
|
|
"Alexander Zhirov"
|
|
],
|
|
"copyright": "Copyright © 2024, Alexander Zhirov",
|
|
"description": "Ncurses examples code",
|
|
"license": "GPL-2.0",
|
|
"name": "ncurses-examples",
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
"dependencies": {
|
|
"ncurses": "~>1.0.0",
|
|
"singlog": "~>0.5.0"
|
|
},
|
|
"libs": [
|
|
"pam",
|
|
"formw"
|
|
],
|
|
"postBuildCommands": [
|
|
"ln -sf ncurses-examples bin/password",
|
|
"ln -sf ncurses-examples bin/menu"
|
|
]
|
|
} |