summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index d4e09cc..1b6ce83 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,21 +1,20 @@
name: http-prompt
summary: Interactive command-line HTTP client
description: |
- HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
- and syntax highlighting, built on HTTPie and prompt_toolkit.
- Home: http://http-prompt.com
+ HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
+ and syntax highlighting, built on HTTPie and prompt_toolkit.
+ Home: http://http-prompt.com
adopt-info: http-prompt
confinement: strict
apps:
http-prompt:
command: bin/http-prompt
- plugs: [ network ]
+ plugs: [network]
parts:
http-prompt:
source: .
plugin: python
- python-version: python2
override-pull: |
snapcraftctl pull
version="$(git describe --always | sed -e 's/-/+git/;y/-/./')"