this post was submitted on 18 Jul 2025
111 points (100.0% liked)
Arch Linux
9044 readers
2 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can you show a reproducible example of this? I couldn't get a .install included in a test package I made without explicitly adding it as
install=<package>.install
.If you don't trust people to read PKGBUILD's I'm curious which form of software installation (outside of official repositories) you find safe.
The way Nix handles things seems so cool. And if you want to prevent a program from doing things it's not supposed to then a protocol that makes sure it has it's own copy of everything it's allowed to use would be necessary (if development isn't gonna be super obtuse).