{"id":13476328,"url":"https://github.com/apache/buildr","last_synced_at":"2025-10-08T02:30:44.631Z","repository":{"id":574358,"uuid":"206477","full_name":"apache/buildr","owner":"apache","description":"Mirror of Apache Buildr","archived":true,"fork":false,"pushed_at":"2022-07-07T23:58:55.000Z","size":9354,"stargazers_count":141,"open_issues_count":5,"forks_count":88,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-06T00:36:27.882Z","etag":null,"topics":["build-management","buildr","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"codegangsta/cli","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.rdoc","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-05-21T03:16:15.000Z","updated_at":"2025-08-20T10:18:39.000Z","dependencies_parsed_at":"2022-07-05T01:00:28.581Z","dependency_job_id":null,"html_url":"https://github.com/apache/buildr","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/apache/buildr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fbuildr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fbuildr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fbuildr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fbuildr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/buildr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fbuildr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278877498,"owners_count":26061457,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-management","buildr","ruby"],"created_at":"2024-07-31T16:01:28.998Z","updated_at":"2025-10-08T02:30:44.085Z","avatar_url":"https://github.com/apache.png","language":"Ruby","readme":"= Buildr  {\u003cimg src=\"https://travis-ci.org/apache/buildr.svg?branch=master\" alt=\"Build status\"\u003e}[https://travis-ci.org/apache/buildr] {\u003cimg src=\"http://ruby-gem-downloads-badge.herokuapp.com/buildr?type=total\" alt=\"Buildr total downloads\"\u003e}[https://rubygems.org/gems/buildr] {\u003cimg src=\"http://ruby-gem-downloads-badge.herokuapp.com/buildr\" alt=\"Latest version downloads\"\u003e}[https://rubygems.org/gems/buildr]\n\nThis is Buildr, the build system that lets you build like you code.\n\nhttp://buildr.apache.org/\n\n== Get Started\n\n=== Install Buildr\n\nBuildr needs Ruby 1.8 or later and RubyGems 0.9 or later.\n\nWindows users can get the one-click Ruby installer, which includes the latest\nversion of Ruby and RubyGems:\n\nhttp://rubyinstaller.org\n\nMake sure to set JAVA_HOME environment variable first, then:\n\n  gem install buildr\n\n(Use sudo for Linux and OS X)\n\nMore installation and setup instructions available online\nhttp://buildr.apache.org/\n\n\n=== RTFM\n\n* Buildr documentation: http://buildr.apache.org\n* More about Rake: https://github.com/ruby/rake\n* Antwrap documentation: https://rubygems.org/gems/Antwrap\n\n\n=== Mailing list\n\nUsers: users-subscribe@buildr.apache.org http://buildr.markmail.org/search/list:users\n\nDevelopers: dev-subscribe@buildr.apache.org http://buildr.markmail.org/search/list:dev\n\nCreate your own Buildfile and start living the life!\n\n\n== Where's My Ruby?\n\nBuildr needs Ruby 1.8 or later and RubyGems 0.9 or later. All other\ndependencies are installed when you run:\n\n  gem install buildr\n\n=== Windows\n\nWindows users can get the one-click Ruby installer, which includes the latest\nversion of Ruby and RubyGems:\n\nhttp://rubyinstaller.org\n\nBefore installing Buildr, please set the JAVA_HOME environment variable to\npoint to your JDK distribution.  Next, use Ruby Gem to install Buildr:\n\n  \u003e gem install buildr\n\nWhen prompted for a platform, select mswin32.\n\n=== Linux, BSD, Cygwin\n\nOn Linux/BSD/Cygwin, use your default package manager, for example, for Ubuntu:\n\n  $ sudo apt-get install ruby ruby1.8-dev build-essential libopenssl-ruby\n\nBefore installing Buildr, please set the JAVA_HOME environment variable to\npoint to your JDK distribution.  Next, use Ruby Gem to install Buildr:\n\n  $ sudo env JAVA_HOME=$JAVA_HOME gem install buildr\n\nWhen prompted for a platform, select ruby.\n\n=== OS X\n\nLeopard includes the latest version of Ruby, if you are using Tiger or an older\nrelease, we recommend re-installing the latest:\n\nhttp://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx\n\nTo install Buildr:\n\n  $ sudo gem install buildr\n\nWhen prompted for a platform, select ruby.\n\n\n== Living On the Edge\n\nYou can check the latest sources from GIT:\n\n  git clone http://git.apache.org/buildr.git\n\nIf you prefer GitHub, a mirror is available from http://github.com/apache/buildr:\n\n  git clone git://github.com/apache/buildr.git\n\nTo install Buildr locally from source:\n\n  cd buildr\n  export JRUBY_OPTS=\"-J-XX:MaxPermSize=312m -J-Xmx1024M\"\n  export JAVA_OPTS=\"-Xmx1024m -XX:MaxPermSize=312m\"\n  rake install\n\nIf the cutting edge doesn't work, make sure to check the CHANGELOG, to see\nwhich changes might have broken your build.  To run all the test cases:\n\n  rake spec\n\n== License\n\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with this\nwork for additional information regarding copyright ownership.  The ASF\nlicenses this file to you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the\nLicense for the specific language governing permissions and limitations under\nthe License.\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fbuildr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fbuildr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fbuildr/lists"}