mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
58 lines
2.4 KiB
JSON
58 lines
2.4 KiB
JSON
{
|
|
"version": "r32",
|
|
"description": "A terminal file manager written in Go",
|
|
"homepage": "https://godoc.org/github.com/gokcehan/lf",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/r32/lf-windows-amd64.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r32/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r32/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"1b046a62a40d89e62238b8bf2b3fbda53bacb91fc64e960a8bd3f8be904e1231",
|
|
"3965139a5d2d85a9c816e3cb10e98d3fb7a4dc3f0132f618d83131a8347f0615",
|
|
"82b7fad042f68b97bedf646c01d3ac3f9e138ca46f192a1b459719749f9bf1ff"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/r32/lf-windows-386.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r32/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/r32/etc/lfcd.ps1"
|
|
],
|
|
"hash": [
|
|
"11badac976fb9322cc0fdbebd8dc8ddeaaa19cd717ceb2430d010fe9531be495",
|
|
"3965139a5d2d85a9c816e3cb10e98d3fb7a4dc3f0132f618d83131a8347f0615",
|
|
"82b7fad042f68b97bedf646c01d3ac3f9e138ca46f192a1b459719749f9bf1ff"
|
|
]
|
|
}
|
|
},
|
|
"bin": "lf.exe",
|
|
"pre_install": "Move-Item $dir\\lfcd.cmd, $dir\\lfcd.ps1 $scoopdir\\shims\\",
|
|
"post_uninstall": "Remove-Item $scoopdir\\shims\\lfcd.cmd, $scoopdir\\shims\\lfcd.ps1",
|
|
"checkver": {
|
|
"github": "https://github.com/gokcehan/lf/",
|
|
"regex": "tag/(r[\\d]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/$version/lf-windows-amd64.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.ps1"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/gokcehan/lf/releases/download/$version/lf-windows-386.zip",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.cmd",
|
|
"https://raw.githubusercontent.com/gokcehan/lf/$version/etc/lfcd.ps1"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|