File tree 1 file changed +30
-17
lines changed
1 file changed +30
-17
lines changed Original file line number Diff line number Diff line change 1
1
name : maigret2
2
- version : git
2
+ adopt-info : maigret2
3
3
summary : SOCMINT / Instagram
4
4
description : |
5
5
Test Test Test
6
- base : core18
7
- confinement : strict
8
6
7
+ license : MIT
9
8
10
- parts :
11
- maigret2 :
12
- plugin : python
13
- python-version : python3
14
- source : .
15
- stage-packages :
16
- - python-six
9
+ base : core20
10
+ grade : stable
11
+ confinement : strict
12
+ compression : lzo
17
13
14
+ architectures :
15
+ - build-on : amd64
18
16
19
17
apps :
20
18
maigret2 :
21
19
command : bin/maigret
20
+ environment :
21
+ LC_ALL : C.UTF-8
22
+ plugs :
23
+ - home
24
+ - network
25
+
26
+ parts :
27
+ maigret2 :
28
+ plugin : python
29
+ source : https://github.com/soxoj/maigret
30
+ source-type : git
22
31
23
-
24
- architectures :
25
- - build-on : amd64
26
- - build-on : i386
27
-
28
-
29
-
32
+ build-packages :
33
+ - python3-pip
34
+ - python3-six
35
+ - python3
36
+
37
+ stage-packages :
38
+ - python3
39
+ - python3-six
30
40
41
+ override-pull : |
42
+ snapcraftctl pull
43
+ snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
You can’t perform that action at this time.
0 commit comments