项目作者: lunatic-cat

项目描述 :
🍺 formulas: ipfs-cluster, squashfs+zstd and others
高级语言: Ruby
项目地址: git://github.com/lunatic-cat/homebrew-tap.git
创建时间: 2019-08-18T19:49:08Z
项目社区:https://github.com/lunatic-cat/homebrew-tap

开源协议:

下载


Various goodies as a Homebrew tap

Install

  1. brew tap lunatic-cat/tap

IPFS cluster

  1. brew install ipfs-cluster-ctl
  2. brew install ipfs-cluster-service

or if you want to build both from source

  1. brew install ipfs-cluster

SquashFS + ZSTd

This conflicts with squashfs@homebrew-core.
You can cafely uninstall it, this is drop-in replacement.

  1. brew install lunatic-cat/tap/squashfs

Usage

Reading image on OSX requires osxfuse & squashfuse

  1. # archive
  2. mksquashfs dir dir.zstd.sfs -comp zstd -Xcompression-level 22
  3. # osx usage
  4. squashfuse dir.zstd.sfs mnt
  5. # linux usage
  6. mount -o loop dir.zstd.sfs mnt

upstream PR & patch PR