mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
16 lines
336 B
YAML
16 lines
336 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:
|
||
|
script:
|
||
|
- python-venv.sh {{prefix}}/bin/mitmproxy
|
||
|
provides:
|
||
|
- bin/mitmproxy
|
||
|
test:
|
||
|
script:
|
||
|
- mitmproxy --version | grep {{version}}
|