mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
27 lines
404 B
YAML
27 lines
404 B
YAML
distributable:
|
|
url: https://github.com/brona/iproute2mac/releases/download/{{version.tag}}/iproute2mac-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: brona/iproute2mac
|
|
|
|
platforms:
|
|
- darwin
|
|
|
|
warnings:
|
|
- vendored
|
|
|
|
dependencies:
|
|
python.org: ~3.12
|
|
|
|
build:
|
|
- install -D src/ip.py {{prefix}}/bin/ip
|
|
|
|
provides:
|
|
- bin/ip
|
|
|
|
test:
|
|
- ip route
|
|
- ip address
|
|
- ip -V | grep {{version}}
|