mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 03:56:01 +00:00
Add snapcraft.yaml (#836)
This commit is contained in:
parent
926e9ef963
commit
bb41f5c4e5
25
snapcraft.yaml
Normal file
25
snapcraft.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user