1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-20 04:23:19 +02:00
void-packages/common/hypa/build.sh
2024-03-29 23:19:21 +01:00

3 lines
85 B
Bash
Executable file

for xbps_pkg in $(ls -1 ./srcpkgs); do
./xbps-src pkg -Q ${xbps_pkg} || exit 1
done