Skip to content

Repository files navigation

asdf-bfs BuildLint

bfs plugin for the asdf version manager.

Contents

Dependencies

  • C compiler, GNU make, bash, curl, tar: generic POSIX utilities.
  • acl, attr, libcap, oniguruma libs.

Install

Dependencies:

To build bfs from source, you need to install some dependencies.

Alpine Linux
# apk add acl{,-dev} attr{,-dev} libcap{,-dev} oniguruma-dev
Arch Linux
# pacman -S acl attr libcap oniguruma
Debian/Ubuntu
# apt install acl libacl1-dev attr libattr1-dev libcap2-bin libcap-dev libonig-dev
Fedora
# dnf install acl libacl-devel libattr-devel libcap-devel oniguruma-devel
NixOS
# nix-env -i acl attr libcap oniguruma
Void Linux
# xbps-install -S acl-{devel,progs} attr-{devel,progs} libcap-{devel,progs} oniguruma-devel
MacPorts
# port install oniguruma6
Homebrew
$ brew install oniguruma

Plugin:

asdf plugin add bfs
# or
asdf plugin add bfs https://github.com/virtualroot/asdf-bfs.git

bfs:

# Show all installable versions
asdf list-all bfs
# Install specific version
asdf install bfs latest
# Set a version globally (on your ~/.tool-versions file)
asdf global bfs latest
# Now bfs commands are available
bfs --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Alejandro Lazaro

About

An asdf plugin for bfs, the breadth-first UNIX find variant

Topics

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages