ncurses-examples/dub.json

23 lines
533 B
JSON
Raw Normal View History

2024-10-12 22:08:40 +00:00
{
"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"
]
}