silverhairortwo@lemmy.ml to Linux@lemmy.ml · 1 month agoPart II: Building a Linux distribution from scratch (a new package manager)silverhairortwo.github.ioexternal-linkmessage-square8linkfedilinkarrow-up149arrow-down13cross-posted to: [email protected]
arrow-up146arrow-down1external-linkPart II: Building a Linux distribution from scratch (a new package manager)silverhairortwo.github.iosilverhairortwo@lemmy.ml to Linux@lemmy.ml · 1 month agomessage-square8linkfedilinkcross-posted to: [email protected]
minus-squareLaser@feddit.orglinkfedilinkarrow-up6·30 days agoFrom a quick glance, this is pacman with a yaml file instead of a shell script and PKGINFO (the latter was introduced for the same reason you’re doing it your way in the first place). The carcinization of package managers
From a quick glance, this is
pacman
with a yaml file instead of a shell script and PKGINFO (the latter was introduced for the same reason you’re doing it your way in the first place). The carcinization of package managers