Skip to content

Instantly share code, notes, and snippets.

Created February 4, 2017 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cdebf3dbae72a9bcdd61f02293bb7161 to your computer and use it in GitHub Desktop.
Save anonymous/cdebf3dbae72a9bcdd61f02293bb7161 to your computer and use it in GitHub Desktop.
name: httpstat # you probably want to 'snapcraft register <name>'
version: '1.1.3' # just for humans, typically '1.2+git' or '1.3.2'
summary: Curl statistics made simple # 79 char long summary
description: |
httpstat is a utility that analyses show fast is a website
when you are trying to connect to it.
This utility is particularly useful to Web administrators
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
httpstat:
command: bin/httpstat
plugs:
- network
parts:
httpstat:
plugin: python
source: https://github.com/reorx/httpstat.git
source-tag: v1.1.3
curl:
plugin: autotools
source: https://github.com/curl/curl.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment