From 4a34873ec389a0bd09a2a8ca27b5893b1505ea54 Mon Sep 17 00:00:00 2001 From: Aaron J Prisk Date: Mon, 4 Aug 2025 17:26:26 -0400 Subject: [PATCH] Add snapcraft.yaml (#500) --- assets/snapcraft.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/snapcraft.yaml diff --git a/assets/snapcraft.yaml b/assets/snapcraft.yaml new file mode 100644 index 0000000..d7961a3 --- /dev/null +++ b/assets/snapcraft.yaml @@ -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