Skip to content

Commit

Permalink
Add snapcraft.yaml (nvbn#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 authored and nvbn committed Oct 2, 2018
1 parent 926e9ef commit bb41f5c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: thefuck
version: stable
version-script: git -C parts/thefuck/build describe --abbrev=0 --tags
summary: Magnificent app which corrects your previous console command.
description: |
The Fuck tries to match a rule for the previous command,
creates a new command using the matched rule and runs it.
grade: stable
confinement: classic

apps:
thefuck:
command: bin/thefuck
environment:
PYTHONIOENCODING: utf-8
fuck:
command: bin/fuck
environment:
PYTHONIOENCODING: utf-8

parts:
thefuck:
source: https://github.com/nvbn/thefuck.git
plugin: python

0 comments on commit bb41f5c

Please sign in to comment.