Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
18
common/travis/show_files.sh
Executable file
18
common/travis/show_files.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# show_files.sh
|
||||
|
||||
set -e
|
||||
|
||||
export XBPS_TARGET_ARCH="$2"
|
||||
|
||||
while read -r pkg; do
|
||||
for subpkg in $(xsubpkg $pkg); do
|
||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||
xbps-query --repository=hostdir/binpkgs/bootstrap \
|
||||
--repository=hostdir/binpkgs \
|
||||
--repository=hostdir/binpkgs/nonfree \
|
||||
-i -f "$subpkg" ||
|
||||
/bin/echo -e "\x1b[33m $subpkg wasn't found\x1b[0m"
|
||||
done
|
||||
done < /tmp/templates
|
||||
Reference in New Issue
Block a user