Go to file
Jacob Heider 00c76bb75b fix(zstd)
darwin needs an explicit `-std=c++11` flag to compile as of the newest release.

fixes #245
fixes #246
2023-02-13 22:00:24 -05:00
.github/workflows Fix new-version dispatches 2023-02-13 09:28:03 -05:00
projects fix(zstd) 2023-02-13 22:00:24 -05:00
.envrc +libjpeg-turbo 2023-02-11 06:06:35 -05:00
.gitignore +libjpeg-turbo 2023-02-11 06:06:35 -05:00
README.md instructions for tea.xyz/brewkit~0.2 2023-02-12 12:19:37 -05:00

tea

This pantry† is the complement to pantry.core.

Longer term it will be split out into more pantries, some of which we hope will be maintained by their own communities.

† see pantry.zero for “what is a pantry”

Use with tea/cli

tea/cli clones/updates this pantry and pantry.core when installed with the installer or when you run tea --sync. At this time pantries are not versioned.

 

Contributing

$ git clone https://github.com/teaxyz/pantry.extra

$ cd pantry.extra
# all the following commands operate in `./tea.out`
# your tea installation remains untouched

$ pkg init
# ^^ creates a “wip” package.yml
# ^^ if you already know the name, you can pass it as an argument

$ pkg edit
# ^^ opens the new package.yml in your EDITOR

$ pkg build
# ^^ will probably require a (zero permissions) GitHub [PAT].
# using `gh auth login` is the easiest way to set this up.

$ pkg test
# ^^ you need to write a test that verifies the package works

$ gh repo fork
$ git branch -m my-new-package
$ git push origin my-new-package
$ gh pr create

Packaging Guide

Packaging can be cumbersome. Our wiki is our packaging knowledge base. For other assistance, start a discussion.

After Your Contribution

We build “bottles” (tard binaries) and upload them to both our centralized bottle storage and decentralized IPFS.

tea automatically builds new releases of packages as soon as they are released (usually starting the builds within seconds). There is no need to submit PRs for updates.

 

Dependencies

Project Version
tea.xyz/brewkit ^0.2