Skip to content

Commit bb41f5c

Browse files
mati865nvbn
authored andcommitted
Add snapcraft.yaml (#836)
1 parent 926e9ef commit bb41f5c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

snapcraft.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: thefuck
2+
version: stable
3+
version-script: git -C parts/thefuck/build describe --abbrev=0 --tags
4+
summary: Magnificent app which corrects your previous console command.
5+
description: |
6+
The Fuck tries to match a rule for the previous command,
7+
creates a new command using the matched rule and runs it.
8+
9+
grade: stable
10+
confinement: classic
11+
12+
apps:
13+
thefuck:
14+
command: bin/thefuck
15+
environment:
16+
PYTHONIOENCODING: utf-8
17+
fuck:
18+
command: bin/fuck
19+
environment:
20+
PYTHONIOENCODING: utf-8
21+
22+
parts:
23+
thefuck:
24+
source: https://github.com/nvbn/thefuck.git
25+
plugin: python

0 commit comments

Comments
 (0)