mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
Adding configuration support for nano. (#1855)
This commit is contained in:
parent
631e58ef90
commit
dc029006be
11
nano.json
11
nano.json
@ -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.
|
||||
"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user