this post was submitted on 18 Jul 2025
109 points (100.0% liked)
Arch Linux
8922 readers
23 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.
I might be misremembering that detail or it might've changed since the last time I wrote a fresh PKGBUILD. Sorry I don't have any examples because my project does not use an install script.
My preference goes Arch repos -> official aur packages that I read the manifests of -> verified flatpaks that I read the manifests of -> Nix -> compile myself
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).