Adding configuration support for nano. (#1855)

This commit is contained in:
Ghasan Al-Sakkaf 2017-11-20 00:10:34 +08:00 committed by Richard Kuhnt
parent 631e58ef90
commit dc029006be

View File

@ -4,6 +4,13 @@
"license": "GPL",
"url": "https://www.nano-editor.org/dist/v2.5/NT/nano-2.5.3.zip",
"hash": "c012456b9f29e488b0e9a688aa43a34326dd573f9e99765cbdac2b81a4bc1060",
"bin": "nano-2.5.3-win32\\nano.exe",
"checkver": "Latest Version\\s+([\\d.]+)"
"bin": "nano.exe",
"extract_dir": "nano-2.5.3-win32",
"post_install": "if (-not (Test-Path ~/nano.rc)) { Copy-Item $dir/nano.rc ~/nano.rc }",
"checkver": "Latest Version\\s+([\\d.]+)",
"notes": "
You can configure nano editor by editing the configuration file nano.rc
in your home folder. For nano to find the configuration file, you will
need to set %HOME% environment variable to point to your home folder.
"
}