Skip to content

Instantly share code, notes, and snippets.

@simos
Last active February 9, 2017 19:04
Show Gist options
  • Select an option

  • Save simos/acbf0f76ce58ce90b444411dded4e263 to your computer and use it in GitHub Desktop.

Select an option

Save simos/acbf0f76ce58ce90b444411dded4e263 to your computer and use it in GitHub Desktop.
snapcraft.yaml for httpstat
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 a website is
when you try 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: httpstat
plugs:
- network
parts:
httpstat:
plugin: python
source: https://github.com/reorx/httpstat.git
source-tag: v1.1.3
stage-packages:
- curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment