{"id":15735215,"url":"https://github.com/ppekko/jbi","last_synced_at":"2025-03-13T06:31:56.642Z","repository":{"id":184918613,"uuid":"672677300","full_name":"ppekko/jbi","owner":"ppekko","description":"Minimal Build System written with C99","archived":false,"fork":false,"pushed_at":"2024-08-06T20:35:01.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T19:06:24.676Z","etag":null,"topics":["build-system","build-tool","c99","minimal","tiny"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ppekko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-30T22:14:47.000Z","updated_at":"2025-02-21T08:46:41.000Z","dependencies_parsed_at":"2024-10-25T00:16:05.138Z","dependency_job_id":"d9cda25d-6ff6-4764-a28d-fb7983b57609","html_url":"https://github.com/ppekko/jbi","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"453ece842d8158428b06dee8c9f9cab7da88f0a9"},"previous_names":["ppekko/jbi"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppekko%2Fjbi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppekko%2Fjbi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppekko%2Fjbi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppekko%2Fjbi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppekko","download_url":"https://codeload.github.com/ppekko/jbi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243357681,"owners_count":20277988,"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":["build-system","build-tool","c99","minimal","tiny"],"created_at":"2024-10-04T01:11:02.093Z","updated_at":"2025-03-13T06:31:56.035Z","avatar_url":"https://github.com/ppekko.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"| \u003cimg src=\"logo/logo.svg\" alt=\"img\" width=\"50px\"\u003e | \u003ch1 style=\"margin: 0;\"\u003eJust Build It\u003c/h1\u003e |\n|:-----------------------------------------------:|:---------------------------------------------------:|\n\njbi is a highly minimal and tiny build system written in C99 for UNIX based systems that takes the fustration and bloat that CMake or meson could bring to creating/managing a project. The entire project is around 700 lines and compiles into a 17kb executable.\n\njbi requires a `justbuild.it` file to be present in the root of a project and requires the following to inside it at a minimum\n\n```\nexe = projectname\ncc = compiler\nsrc = /path/to/src/ # will search through all subfolders if any\n```\nMore configuration is optional, as shown below\n```\ninclude = /path/to/headers/ # will search through all subfolders if any\nlibs = sdl2\ncflags = [compiler args]\nldflags = [compiler args]\npre = ./runbeforecomp\npost = ./runaftercomp\n```\nWhen ready, simply run `jbi` or `jbi \u003cpath to root of project\u003e` to compile your project. Run `jbi -c` to clean your project.\n\nAn example project using SDL2 is avalible in the example-project/ folder of this repository.\n\n# Dependencies\n\nRequires pkg-config installed to run. TCC is required to build.\n\n# Building\n\nMake sure you have tcc installed, and simply run `make`. To install onto your system, run `sudo make install`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppekko%2Fjbi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppekko%2Fjbi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppekko%2Fjbi/lists"}