mirror of
https://github.com/PurpleI2P/i2pd-snap
synced 2025-02-05 11:14:34 +00:00
Add basic snapcraft.yaml.
This commit is contained in:
parent
1c559a3667
commit
80cdcc2247
15
snap/snapcraft.yaml
Normal file
15
snap/snapcraft.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: my-snap-name # you probably want to 'snapcraft register <name>'
|
||||
version: '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: |
|
||||
This is my-snap's description. You have a paragraph or two to tell the
|
||||
most important story about your snap. Keep it under 100 words though,
|
||||
we live in tweetspace and your description wants to look good in the snap
|
||||
store.
|
||||
|
||||
confinement: devmode # use 'strict' once you have the right plugs and slots
|
||||
|
||||
parts:
|
||||
my-part:
|
||||
# See 'snapcraft plugins'
|
||||
plugin: nil
|
Loading…
x
Reference in New Issue
Block a user