home-files
home-files copied to clipboard
putting makecleanpkg in AUR
Have you considered moving makecleanpkg into its own separate project and/or packaging it in AUR? I'd be happy to do it but you might be a better candidate if you're interested.
I do not plan doing so, for two main reasons:
- If I had time to work on a project like
makecleanpkg, I would rather contribute tomakechrootpkg(andextra-x86_64-build) in order to make it usable by an unprivileged user. proot(which is used instead to replacesystemd-nspawninmakecleanpkg) is in an uncomfortable state. The last release was 4 years ago (v5.1.0 on https://github.com/proot-me/PRoot/releases) but the project is still quite active on https://github.com/proot-me/PRoot/commits/master. This is due to https://github.com/proot-me/PRoot/issues/106 blocking https://github.com/proot-me/PRoot/issues/127.makecleanpkgincludes a work-around (withexport PROOT_NO_SECCOMP=1) but this breaks some isolation properties.
If you want to package this script in the AUR, feel free to do so. The only request I have is to be credited with a link to https://github.com/fishilico/home-files/blob/master/bin/makecleanpkg (if you host this file elsewhere).
By the way, if you make improvements to the script and want to include them in this repository, I will gladly review any Pull Request.
Thanks for your interest.