~siegfriedehret/brrr-cr

Yet another package manager
:arrow_up: prepare new version
:memo: update changelog
:memo: update docs

refs

main
browse  log 
0.46368.144
browse  .tar.gz 

clone

read-only
https://git.sr.ht/~siegfriedehret/brrr-cr
read/write
git@git.sr.ht:~siegfriedehret/brrr-cr

You can also use your local clone with git send-email.

#brrr

brrr is the command line tool to install packages from the freezer repository (and more).

#Installation

Download brrr from the releases page.

:warning:

  • You need to have tar and unzip installed.
  • For now, you will have to add ~/.config/brrr/bin to your PATH.

#:construction: Run with Docker

brrr is available as a Docker image. This is experimental!

Run it:

docker run --rm -it nyrst/brrr info atom

To generate freezer data with Fish:

docker run --rm -it -v {$PWD}:/workspace -w /workspace nyrst/brrr info atom

Or with bash:

docker run --rm -it -v ${PWD}:/workspace -w /workspace nyrst/brrr info atom

#Documentation

Visit https://brrr.nyrst.tools or browse the ./docs/content/ folder!