{"id":25917331,"url":"https://github.com/dslm4515/BMLFS","last_synced_at":"2025-03-03T14:01:28.229Z","repository":{"id":53612865,"uuid":"163115386","full_name":"dslm4515/BMLFS","owner":"dslm4515","description":"Beyond Musl Linux From Scratch - Build Recipes for  MLFS [Musl Linux From Source]","archived":false,"fork":false,"pushed_at":"2024-08-18T20:37:41.000Z","size":109535,"stargazers_count":16,"open_issues_count":8,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-18T21:44:45.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dslm4515.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-25T22:38:00.000Z","updated_at":"2024-08-18T20:37:50.000Z","dependencies_parsed_at":"2024-08-18T21:55:04.106Z","dependency_job_id":null,"html_url":"https://github.com/dslm4515/BMLFS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dslm4515%2FBMLFS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dslm4515%2FBMLFS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dslm4515%2FBMLFS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dslm4515%2FBMLFS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dslm4515","download_url":"https://codeload.github.com/dslm4515/BMLFS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241678151,"owners_count":20001682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-03T14:00:40.968Z","updated_at":"2025-03-03T14:01:28.208Z","avatar_url":"https://github.com/dslm4515.png","language":"Shell","funding_links":[],"categories":["Active","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# BMLFS\nBeyond Musl Linux From Scratch - Build Recipes for  MLFS [Musl Linux From Source]\n\nThis is based on the works of Beyond Linux Fom Scratch (https://www.linuxfromscratch.org/blfs), Void Linux (https://voidlinux.org), and Alpine Linux (https://alpinelinux.org).\n\nThese build recipes allow to build packages for a MLFS, a Musl [based] Linux from Scratch system. Such system uses Musl as libc, LibreSSL for SSL support, and S6+S6-rc for init system.\n\nCurrently, Qt5 is the default Qt toolkit. Packages that can be built against Qt6 \u0026 Qt5 will have the Qt6 version stored in `/opt/qt6`. Eventually, Qt6 will be the default with Qt5 versions of packages in `/opt/qt5`.\nLayout\n\n\u003cul\u003e\n  \u003cli\u003e build-scripts -- Scripts to automatically build and install packages with pkgtools. \u003c/li\u003e\n  \u003cli\u003e files -- Files that may be optional or required for a package build \u003c/li\u003e\n  \u003cli\u003e patches -- Patches that fix known issues or to allow package to build/run with Musl as libc \u003c/li\u003e\n  \u003cli\u003e sources -- Packages sources that may be difficult to find or pre-patched \u003c/li\u003e\n\n\u003c/ul\u003e\n\nHow to Use the Build Scripts\n\nBuild scripts assume Slackware's pkgtools is installed as package manager and assumes the following directory tree:\n```\n + -- [sources]\n       |\n       + -- [files]\n       + -- [patches]\n       + -- [scripts]\n       + -- (source packages)\n```\n\u003col\u003e\n\t\u003cli\u003eUnpack package in `source` and `cd` into the unpacked source:\n\t`tar xf foo-4.3.tar.xz \u0026\u0026 cd foo-4.3` \u003c/li\u003e\n\t\u003cli\u003eRun build script: `sh ../scripts/foo-4.3.build` \u003c/li\u003e\n\u003c/ol\u003e\n\nEach package build assumes the following are set:\n\n\u003cul\u003e\n\u003cli\u003eexport BUILD = /BUILD # Directory to temporarily install \u003c/li\u003e\n\u003cli\u003eexport PKGS  = /PKGS  # Directory to store built packages \u003c/li\u003e\n\u003cli\u003eexport PSUFFIX = \"$(uname -m)-blfs.txz\" # Package extension. Inludes CPU arch and package compression \u003c/li\u003e\n\u003cli\u003eexport NOPSUFFIX = \"noarch-blfs.txz\" # Package extension. Supported across all CPU arches and package compression\u003c/li\u003e\n\u003c/ul\u003e\n\nChangelog since 2.00\n\n\u003cul\u003e\n\u003cli\u003eChanged package manager to Slackware's pkgtools instead of porg\u003c/li\u003e\n\u003cli\u003eAdded package dependancy list for each build\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdslm4515%2FBMLFS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdslm4515%2FBMLFS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdslm4515%2FBMLFS/lists"}