httpx/snapcraft.yaml

35 lines
830 B
YAML
Raw Normal View History

2022-04-07 13:48:11 +03:00
name: httpx
summary: httpx is a fast and multi-purpose HTTP toolkit
description: |
httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads.
version: 'v1.2.1'
2022-04-07 14:38:33 +03:00
icon: static/httpx-logo.png
2022-04-07 13:48:11 +03:00
license: MIT
2022-04-08 18:15:49 +03:00
base: core18
2022-04-07 13:48:11 +03:00
grade: stable
confinement: strict
architectures:
- build-on: [s390x, ppc64el, arm64, armhf and amd64]
run-on: [s390x, ppc64el, arm64, armhf and amd64]
apps:
httpx:
command: bin/httpx
plugs:
- home
- network
- removable-media
- dot-httpx
2022-04-15 00:09:01 +03:00
#plugs:
# dot-httpx:
# interface: personal-files
# write:
# - $HOME/.config/httpx
2022-04-07 13:48:11 +03:00
parts:
httpx:
source: https://github.com/projectdiscovery/httpx.git
plugin: go
go-channel: latest/stable