-
Notifications
You must be signed in to change notification settings - Fork 2
/
scoop-jme.json
30 lines (30 loc) · 1004 Bytes
/
scoop-jme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "09.12.24b2",
"description": "Jasspa MicroEmacs like text editor with low footprint for terminal and with a graphical user interface.",
"homepage": "https://github.com/mittelmark/microemacs",
"license": "GPL-2.0-only",
"architecture": {
"32bit": {
"url": "https://github.com/mittelmark/microemacs/releases/download/v09.12.24beta2/jme-09.12.21.zip",
"hash": "0d1e6d577aa3516a4dbec42441836e8c9bb4b68bdd36ce7e3a0259b7194c71da"
}
},
"extract_dir": "jme-09.12.24b2",
"bin": [ "mecb.exe", "mewb.exe" ],
"shortcuts": [
[
"mewb.exe", "MicroEmacs"
]
],
"checkver": {
"github": "https://github.com/github/microemacs"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/mittelmark/microemacs/releases/download/v$version/jme-$version.zip"
}
},
"extract_dir": "jme-$version"
}
}