PKGBUILDs/extra/python/genrebuild

8 lines
214 B
Plaintext
Raw Normal View History

2019-11-14 13:52:24 +00:00
#!/bin/bash
(
_pyver=$(expac %v python | grep -oP '^[0-9]+\.[0-9]+')
pacman -Fq /usr/lib/python${_pyver}/ | grep -v archlinuxcn | cut -d / -f 2
sogrep all libpython${_pyver}m.so
printf "%s\n" boost vim
) | sort -u