You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the packaging to be a little more slick. In case its needed, I am willing to help with the maintenance of the snap package at least for the first few months.
#5
Open
royalsg22 opened this issue
Jul 31, 2021
· 0 comments
I have updated the packaging to be a little slicker. In case its needed, I am willing to help with the maintenance of the snap package at least for the first few months.
name: httpie
base: core18\
by-1/by-2
version: git
summary: HTTPie - a CLI, cURL-like tool for humans.
description: |
HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client.
Its goal is to make CLI interaction with web services as human-friendly as possible.
It provides a simple http command that allows for sending arbitrary HTTP requests
using a simple and natural syntax, and displays colorized output.
HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.
grade: stable
confinement: strict
parts:
httpie:
plugin: python
source: .
override-prime: |
snapcraftctl prime
echo "Compiling pyc files..."
$SNAPCRAFT_PART_INSTALL/usr/bin/python3 -m compileall -q $SNAPCRAFT_PRIME
apps:
http:
command: http
plugs:
- home
- network
I have updated the packaging to be a little slicker. In case its needed, I am willing to help with the maintenance of the snap package at least for the first few months.
Originally posted by @om26er in httpie/cli#672 (comment)
The text was updated successfully, but these errors were encountered: