File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- name : term2048 # you probably want to 'snapcraft register <name>'
2- version : ' 0.2.5 ' # just for humans, typically '1.2+git' or '1.3.2 '
1+ name : term2048
2+ version : ' 0.2.6 '
33summary : 2048 in your terminal
44description : |
5- term2048 is a terminal-based version of 2048.
6- Just like 2048, but in the terminal!
7- grade : stable # must be 'stable' to release into candidate/stable channels
8- confinement : strict # use 'strict' once you have the right plugs and slots
5+ term2048 is a terminal-based version of 2048.
6+ Just like 2048, but in the terminal!
7+ grade : stable
8+ confinement : strict
9+ base : core22
910
1011apps :
11- term2048 :
12- command : bin/term2048
12+ term2048 :
13+ command : bin/term2048
1314
1415parts :
1516 term2048 :
16- # See 'snapcraft plugins'
1717 source : https://github.com/bfontaine/term2048.git
18- source-tag : 0.2.5
18+ source-tag : 0.2.6
1919 plugin : python
You can’t perform that action at this time.
0 commit comments