Initial commit of snapcraft.yaml
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
a4b89f1034
commit
e8b31af4c2
19
snapcraft.yaml
Normal file
19
snapcraft.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: offlineimap
|
||||
version: git
|
||||
summary: OfflineIMAP
|
||||
description: |
|
||||
OfflineIMAP is software that downloads your email mailbox(es) as local
|
||||
Maildirs. OfflineIMAP will synchronize both sides via IMAP.
|
||||
|
||||
grade: devel
|
||||
confinement: devmode
|
||||
|
||||
apps:
|
||||
offlineimap:
|
||||
command: bin/offlineimap
|
||||
|
||||
parts:
|
||||
offlineimap:
|
||||
plugin: python
|
||||
python-version: python2
|
||||
source: .
|
Loading…
Reference in New Issue
Block a user