openwrt-packages/lang/python/pipx/test.sh

6 lines
79 B
Bash

#!/bin/sh
[ "$1" = pipx ] || exit 0
pipx --version | grep -Fx "$PKG_VERSION"