{"id":19826886,"url":"https://github.com/rudjigames/build","last_synced_at":"2025-10-07T05:40:46.001Z","repository":{"id":63661401,"uuid":"99691362","full_name":"RudjiGames/build","owner":"RudjiGames","description":"Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator tool","archived":false,"fork":false,"pushed_at":"2024-04-01T06:47:42.000Z","size":13407,"stargazers_count":35,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-01T21:30:52.660Z","etag":null,"topics":["build","build-automation","build-pipelines","build-system","build-tool","cross-platform","gamedev","genie","lua","modular"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RudjiGames.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}},"created_at":"2017-08-08T12:40:58.000Z","updated_at":"2024-04-14T21:30:02.515Z","dependencies_parsed_at":"2024-03-31T21:29:15.052Z","dependency_job_id":"cc3859cf-8997-470f-b5f0-b967468f1a23","html_url":"https://github.com/RudjiGames/build","commit_stats":null,"previous_names":["rudjigames/build"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudjiGames%2Fbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudjiGames%2Fbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudjiGames%2Fbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RudjiGames%2Fbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RudjiGames","download_url":"https://codeload.github.com/RudjiGames/build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251890104,"owners_count":21660448,"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","build-automation","build-pipelines","build-system","build-tool","cross-platform","gamedev","genie","lua","modular"],"created_at":"2024-11-12T11:11:53.446Z","updated_at":"2025-10-07T05:40:45.992Z","avatar_url":"https://github.com/RudjiGames.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![build logo](https://raw.githubusercontent.com/RudjiGames/build/gh-pages/images/build_logo.png)\n\n[![License](https://img.shields.io/badge/license-BSD--2%20clause-blue.svg)](https://github.com/RudjiGames/build/blob/master/LICENSE)\n\n**build** is a set of scripts for a build system based on [GENie](https://github.com/bkaradzic/GENie) and other tools.  \nGoal of **build** is to minimize efforts that go into maintaining project configurations and their physical organization on disk.\n\nSome highlight features of **build**:  \n * Centralized location to control configrations of projects/solutions (VS lingo)\n * Ability to add projects/solutions with just a few lines of Lua script\n * Dependencies added hierarchically - dependencies of dependencies added automatically\n * Per project custom settings (dependencies, include paths, etc.)\n * Support for Qt based projects\n * Shipping with a number of scripts to build 3rd party libraries\n * Predefined project types (library, samples, tools, executable, etc.)\n * Platform specific deployment (WIP)\n\nSource Code\n======\n\nYou can get the latest source code by cloning it from github:\n\n      git clone https://github.com/RudjiGames/build.git \n\nDependencies\n======\n\n**build** requires Lua to be installed for Qt based projects as it's used for MOC-ing and similar tasks.\n\nDocumentation\n======\n\n**build**  documentation can be found [here](https://RudjiGames.github.io/build/).\n\n\nLicense (BSD 2-clause)\n======\n\n\u003ca href=\"http://opensource.org/licenses/BSD-2-Clause\" target=\"_blank\"\u003e\n\u003cimg align=\"right\" src=\"https://opensource.org/wp-content/uploads/2022/10/osi-badge-dark.svg\" width=\"100\" height=\"137\"\u003e\n\u003c/a\u003e\n\n\tCopyright 2025 by Milos Tosic. All rights reserved.\n\t\n\thttps://github.com/RudjiGames/build\n\t\n\tRedistribution and use in source and binary forms, with or without\n\tmodification, are permitted provided that the following conditions are met:\n\t\n\t   1. Redistributions of source code must retain the above copyright notice,\n\t      this list of conditions and the following disclaimer.\n\t\n\t   2. Redistributions in binary form must reproduce the above copyright\n\t      notice, this list of conditions and the following disclaimer in the\n\t      documentation and/or other materials provided with the distribution.\n\t\n\tTHIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR\n\tIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\tMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO\n\tEVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\n\tINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n\t(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n\tLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n\tON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n\tTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudjigames%2Fbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudjigames%2Fbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudjigames%2Fbuild/lists"}