1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-11-10 00:48:06 +01:00
void-packages/common/hypa/build.sh

4 lines
83 B
Bash
Raw Normal View History

2024-03-29 23:16:40 +01:00
for xbps_pkg in $(ls -1 srcpkgs); do
./xbps-src pkg -Q ${xbps_pkg} || exit 1
done