before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

View File

@ -1,4 +1,5 @@
s6 2.13.2
=
https://skarnet.org/software/s6/s6-2.13.2.0.tar.gz
``` sh *** build ***
@ -6,6 +7,11 @@ https://skarnet.org/software/s6/s6-2.13.2.0.tar.gz
make -j$(nproc) && make install && mkdir -p /pkg/gnu/s6/etc/service
```
``` sh *** config ***
echo '#!/pkg/gnu/bin/execlineb -P\n\n/pkg/gnu/bin/export PATH /bin:/pkg/musl/bin:/pkg/musl/sbin:/pkg/gnu/bin:/pkg/gnu/sbin\n/pkg/gnu/bin/exec s6-svscan /pkg/gnu/s6/etc/service/current' > /pkg/gnu/s6/bin/s6-init
```
``` cfg *** build deps ***
skalibs
aero-utils
```