Add snapcraft.yaml (#500)

This commit is contained in:
Aaron J Prisk 2025-08-04 17:26:26 -04:00 committed by GitHub
parent 4f4d093357
commit 4a34873ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

25
assets/snapcraft.yaml Normal file
View File

@ -0,0 +1,25 @@
name: msedit
base: core24
version: '1.2.1'
summary: Edit is an MS-DOS inspired text editor from Microsoft
description: |
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
Disclaimer: This is an unofficial Snap and it is not endorsed by nor affiliated officially with Microsoft Corporation.
grade: stable
confinement: strict
apps:
msedit:
command: bin/edit
plugs:
- home
parts:
edit:
source: https://github.com/microsoft/edit.git
source-type: git
plugin: rust
build-packages:
- build-essential