Buckaroo

Buckaroo

  • Docs
  • Users
  • Help
  • Blog

›Getting Started

Getting Started

  • Intallation
  • Quick Start
  • Commands
  • Official Packages
  • Creating a package
  • To .gitignore or not to .gitignore?
  • Buckaroo Macros
  • Version Constraints DSL
  • Executable Packages
  • Enviroment Variables

Buck Tips & Tricks

  • C++ developement in powershell
  • Building CMake Projects

Design Philosophy

  • FAQ
  • Build from source
  • Git as pakage repository

Creating a package

Creating a Buckaroo package is really easy!

You will need to create a few files:

  • BUCK containing a build rule (example)
  • buckaroo.toml containing targets = [ "<some-build-rule>" ] (example)

Push these to GitHub.

Now, you can install your package as follows:

$ buckaroo add github.com/<org>/<project>@branch=master

You can also look at our demo package or the many official packages.

← Official PackagesTo .gitignore or not to .gitignore? →
Buckaroo
Docs
Getting StartedUsageQuickstartFAQ
More
BlogFork us on GitHub
Builds
Travis BuildAppVeyor Build
Facebook Open Source
Copyright © 2019 Buckaroo