mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
18 lines
375 B
YAML
18 lines
375 B
YAML
distributable:
|
|
url: https://github.com/mitmproxy/mitmproxy/archive/{{version}}.tar.gz
|
|
strip-components: 1
|
|
versions:
|
|
github: mitmproxy/mitmproxy
|
|
dependencies:
|
|
python.org: ^3.11
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: '*'
|
|
script:
|
|
- python-venv.sh {{prefix}}/bin/mitmproxy
|
|
provides:
|
|
- bin/mitmproxy
|
|
test:
|
|
script:
|
|
- mitmproxy --version | grep {{version}}
|