From cbe0cb171bb0dbbbc97fd86fd644138f741e72d5 Mon Sep 17 00:00:00 2001 From: Cutls Date: Wed, 23 Jan 2019 13:22:21 +0900 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 snap/snapcraft.yaml 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 +