i've always been in awe of people who do this; it goes well beyond linux from scratch and they'll never get rewarded for doing it... it's purely a labor of love.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
this made my day; thank you! speaking for myself, it certainly is something I quite enjoy :D
HEAVY emphasis on the words "labor of love" ... should be getting paid for this and i know for a fact that people who do this professionally make around $200k a year for doing it becuase i worked with them for up until a couple weeks ago at old-silicon.
gosh, if only! at the present, I just see this project as a means for me to explore building a distro not based on any other, but I could imagine struggling to find the time to individually maintain each package in future... (unless there's other maintainers too, which might happen if this project ends up going anywhere); still a long a way to go though, I suppose :p
i used to be one of those maintainers. it was my job to build server and container images so i had to spend a lot of time with the company's internal distro maintainers and it always blew me away how much work they had to do.
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
Try Buildroot. It'll speed things up.
hmmm, I've used it in the past and feel as though it might take the fun out of the project (in part); however, I absolutely do appreciate the suggestion!