mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
17 lines
728 B
JSON
17 lines
728 B
JSON
{
|
|
"homepage": "https://www.nano-editor.org/",
|
|
"version": "2.5.3",
|
|
"license": "GPL-3.0-only",
|
|
"url": "https://www.nano-editor.org/dist/v2.5/NT/nano-2.5.3.zip",
|
|
"hash": "c012456b9f29e488b0e9a688aa43a34326dd573f9e99765cbdac2b81a4bc1060",
|
|
"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."
|
|
]
|
|
}
|