From ef718199f0558cb276f79e268a254fa16dde2e18 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 23 Jun 2020 18:04:47 +0100 Subject: [PATCH] Add the license and architectures to the snapcraft file --- snap/snapcraft.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3162bf6..f484957 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,10 @@ name: rove +title: Rove base: core20 -version: '0.1' # TODO: Set this up programatically +license: "MIT" +architectures: [ "amd64" ] +version: git +# TODO icon: summary: An asynchronous nomadic game about exploring as part of a loose community. # TODO: Add more to the description description: | @@ -36,5 +40,5 @@ parts: source: . build-packages: - gcc-multilib - # TODO: Add version somehow + # TODO: Add the version into the build itself (currently using ldflags) # TODO: Server needs /usr/share/dict/words