Add the license and architectures to the snapcraft file
This commit is contained in:
parent
c268555e2e
commit
ef718199f0
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue