diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 00000000..c3abc3cc --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,13 @@ + + # After registering a name on build.snapcraft.io, commit an uncommented line: + # name: your-registered-name + version: '17.0.1' # just for humans, typically '1.2+git' or '1.3.2' + summary: Single-line elevator pitch for your amazing snap # 79 char long summary + description: | + TheDesk is an open source client for Mastodon. + + parts: + my-part: + # See 'snapcraft plugins' + plugin: nil +