mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
feat: scoop package manifest
This commit is contained in:
parent
b0d7a21997
commit
d08a935e51
1 changed files with 23 additions and 0 deletions
23
package/scoop/manifest.json
Normal file
23
package/scoop/manifest.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"version": "0.7.5",
|
||||
"description": "A standalone Luau script runtime",
|
||||
"homepage": "https://lune-org.github.io/docs",
|
||||
"license": {
|
||||
"identifier": "MPL2",
|
||||
"url": "https://github.com/filiptibell/lune/blob/main/LICENSE.txt"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/filiptibell/lune/releases/download/v0.7.5/lune-0.7.5-windows-x86_64.zip",
|
||||
"hash": "601e8050d711c4393da06f2c63ee8a45574901e40a03435f0098e130a23a5cec"
|
||||
},
|
||||
},
|
||||
"bin": "lune.exe",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue