Paul Spooren
Paul Spooren
Making it easier would be great. I wonder how other tools handle this. Do you have any suggestions what I could look at?
Works now however I had to add `lua-lzlib`. Ideally we don't need that.
I think it would and planed to look into it. Will let you know on progress
@neheb could you try to build apk via meson as a host package? I'm running in some issues and I'm guessing that the issue is actually with meson not liking...
@dangowrt please have a look at this. I can't explain why none of the script runs at all. In theory they should but I can't find anything via `strace`.
@dangowrt post-install scripts do work now, however removing the chroot is a bit hacky. I contacted upstream, let's see what their thoughts are. https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10797 User and group creation for packages...
While the chroot approach works, @nbd168 suggested to use the current implementation which uses a IPKG_INSTROOT variable. Problem with chroot is specifically that both busybox/chroot/fakechroot may cause issues with MacOS
No real values yet. Currently libfetch is used instead of uclient and openssl instead of wolfssl. Long term plan is to use more OpenWrt libs and thereby lower the storage...
Good news, I created a CI which builds all base packages in APK format and it already works. I booted a x86/64 VM and it's possible to install packages: ```...
Just a heads up, this is still alive. Next major tasks are to get rid of libfetch an the hard dependency on OpenSSL. Once that's done I'll rework this massive...