Skip to content

A source-only C++ package manager that will take you to your happy place 🏝️

License

Notifications You must be signed in to change notification settings

nikhedonia/buckaroo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buckaroo

A source-only C++ package manager that will take you to your happy place 🏝️

buckaroo.pm

Build Status Gitter Chat

The Buckaroo workflow looks like this:

# Create your project file
buckaroo init

# Install dependencies
buckaroo install boost/thread

# Run your code
buck run :my-app

Getting Started

As a User

If you would like to use Buckaroo (as opposed to develop Buckaroo), the best place to start is the documentation.

As a Developer

If you would like to develop Buckaroo, then you will need to install Buck on your system.

Then to build:

buck build :buckaroo

To run the CLI:

buck run :buckaroo-cli

And to run the tests:

buck test

You can generate project files for your IDE using buck project. Please do not commit these to Git!

FAQ

What platforms is Buckaroo available for?

Buckaroo is available for macOS, Linux and Windows. Please see the documentation for more information.

What packages are available?

Official packages can be browsed at buckaroo.pm.

How can I request a package?

Package requests are handled on the wishlist.

How should I report a bug?

If the bug is for the Buckaroo client, please report it here. If the bug is for a specific package, please report it on the recipes repo.

What is your contribution policy?

Buckaroo is fully open-source and we are accepting external contributions. If you would like to contribute, please create a pull-request and we will review it promptly.

Another way to contribute is by writing recipes! Send a PR to this repo to add a recipe to the official cookbook. If you are looking for a library to port, the wishlist is a good place to start.

About

A source-only C++ package manager that will take you to your happy place 🏝️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.7%
  • Python 2.2%
  • Other 0.1%