Skip to content

Commit 4a34873

Browse files
authored
Add snapcraft.yaml (#500)
1 parent 4f4d093 commit 4a34873

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

assets/snapcraft.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: msedit
2+
base: core24
3+
version: '1.2.1'
4+
summary: Edit is an MS-DOS inspired text editor from Microsoft
5+
description: |
6+
Edit pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. Learn more at https://github.com/microsoft/edit
7+
8+
Disclaimer: This is an unofficial Snap and it is not endorsed by nor affiliated officially with Microsoft Corporation.
9+
10+
grade: stable
11+
confinement: strict
12+
13+
apps:
14+
msedit:
15+
command: bin/edit
16+
plugs:
17+
- home
18+
19+
parts:
20+
edit:
21+
source: https://github.com/microsoft/edit.git
22+
source-type: git
23+
plugin: rust
24+
build-packages:
25+
- build-essential

0 commit comments

Comments
 (0)