summaryrefslogtreecommitdiffstats
path: root/Brewfile
blob: cefb1d3cdc0ae63e8d91583b90e79846a92ee320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
brew 'pkg-config'
brew 'zstd'
brew 'lz4'
brew 'xxhash'
brew 'openssl@3.0'

# osxfuse (aka macFUSE) is only required for "borg mount",
# but won't work on github actions' workers.
# it requires installing a kernel extension, so some users
# may want it and some won't.

#cask 'osxfuse'