{"id":23113963,"url":"https://github.com/stuin/ezbuild","last_synced_at":"2025-04-04T00:26:47.514Z","repository":{"id":134866505,"uuid":"241491086","full_name":"stuin/EZBuild","owner":"stuin","description":"Bash script for building and testing small projects with minimal configuration","archived":false,"fork":false,"pushed_at":"2025-01-17T07:00:27.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T12:27:34.479Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuin.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":"2020-02-18T23:38:28.000Z","updated_at":"2025-01-17T07:00:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6c42c44-20e9-4cb2-b7e1-6149e92b1865","html_url":"https://github.com/stuin/EZBuild","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2FEZBuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2FEZBuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2FEZBuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2FEZBuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuin","download_url":"https://codeload.github.com/stuin/EZBuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247100517,"owners_count":20883603,"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":"2024-12-17T03:17:05.415Z","updated_at":"2025-04-04T00:26:47.482Z","avatar_url":"https://github.com/stuin.png","language":"Shell","readme":"# EZBuild\nBash script for building and testing small projects with minimal configuration\n\n# Config\nThe default config is designed for small c projects, using the g++ compiler.\nHowever, by changing variables both globally and for a specific directory, any ordered set of bash commands can be used.\n\n### Inheritance\nFirst priority is given to the local .includes file, followed by any listed parent file.\nIf a value is not found locally or in a parent, the global /etc/ezbuild file will be used.\n\n### Merging\nSome options will merge the local value and all parent values into a single varaible.\nA value in the global config will not be included when merging.\nThe files option will include the relevant directory path to every token when merging.\n\n### Other Options\nMultiple build commands can be used, and the script will run through from 1-num.\nbuild commands without a number will be counted as build1.\n\nOption\t|Merging|Desc\t\t\t\t\t\t\t\t\t \t|Vars\n-----\t|-----\t|-----\t\t\t\t\t\t\t  \t\t\t|-----\ncd \t\t|none\t|move to directory and use its config \t\t|\nfiles\t|path\t|lists all files passed to the build command\t\t|\noutput\t|none\t|sets the output file given to the other commands\t|\nnum\t\t|none\t|number of build commands to run\t\t\t|\nbuilder\\#\t|none\t|build command run\t\t\t\t\t\t|%files, %ncfiles, %cached, %output, %open, %openc\nbuildargs\\#\t|basic\t|added to end of build command\t\t\t|\ncaching |none\t|sed regex to convert src file paths to cached versions \t|\ndepfinder|none\t|sed -n regex for locating the dependencies of a src file \t|\nterminal|none\t|emulator command used for -e \t\t\t\t|\ntester \t|none\t|command used with -r \t\t\t\t\t\t|%output, %open, %openc\ntestargs|basic\t|added to end of test command \t\t\t\t|\ntestdir\t|basic\t|directory to run test from \t\t\t\t|\nparent  |none\t|provides additional config file to check\t|\n\n# Install\nFirst edit the included config file to match your personal system and use case.\nThen run the install script.\n```\nsudo ./install.sh\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuin%2Fezbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuin%2Fezbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuin%2Fezbuild/lists"}