aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Aliabyshev <truepatch@gmail.com>2024-10-02 21:37:21 +0300
committerGitHub <noreply@github.com>2024-10-02 14:37:21 -0400
commitd36e4c17e6247a9b313b004f0915aac1b0896d79 (patch)
tree50e3fc778cf3724c9bd1634b882db2f3790268e1
parentcdc80ce9388e388a9d55519b483b3bd4066308e7 (diff)
downloadlite-xl-plugin-manager-d36e4c17e6247a9b313b004f0915aac1b0896d79.tar.gz
lite-xl-plugin-manager-d36e4c17e6247a9b313b004f0915aac1b0896d79.zip
Added a Scoop install manifest (#123)
Created lite-xl-plugin-manager.json Updated README.md -> Changed a Scoop instruction Co-authored-by: Maksim Aliabyshev <maksimaaliabyshev@gmail.com>
-rw-r--r--README.md4
-rw-r--r--lite-xl-plugin-manager.json30
2 files changed, 32 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07182a1..62d62da 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,10 @@ There are also tagged releases, for specified versions.
You can get a feel for how to use `lpm` by typing `./lpm --help`.
-You can also use `scoop` to grab `lpm`, courtesy of @cvladan:
+You can also use `scoop` to grab `lpm`:
```
-scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/lite-xl-plugin-manager.json
+scoop install https://github.com/lite-xl/lite-xl-plugin-manager/blob/master/lite-xl-plugin-manager.json
```
Please note, that _meson_ is _not_ necessarily the best way to compile `lpm`. If you have troubles with it, please do consider using the build.sh script.
diff --git a/lite-xl-plugin-manager.json b/lite-xl-plugin-manager.json
new file mode 100644
index 0000000..f93d11a
--- /dev/null
+++ b/lite-xl-plugin-manager.json
@@ -0,0 +1,30 @@
+{
+ "version": "latest",
+ "description": "Plugin and package manager for Lite XL editor.",
+ "homepage": "https://github.com/lite-xl/lite-xl-plugin-manager",
+ "license": "LPM",
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-windows.exe#/lpm.exe",
+ "checksum": "SKIP"
+ }
+ },
+ "bin": "lpm.exe",
+ "shortcuts": [
+ [
+ "lpm.exe",
+ "Lite-XL Plugin Manager"
+ ]
+ ],
+ "checkver": {
+ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/tags",
+ "regex": "/releases/tag/(?:v|V)?([\\d.]+)"
+ },
+ "autoupdate": {
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-windows.exe"
+ }
+ }
+ }
+}