Skip to content

Instantly share code, notes, and snippets.

@zph
Created October 11, 2019 02:40
Show Gist options
  • Save zph/06bc7db9f895114ec63c284a6d8270b2 to your computer and use it in GitHub Desktop.
Save zph/06bc7db9f895114ec63c284a6d8270b2 to your computer and use it in GitHub Desktop.
class Archiver < Formula
desc "Easily create & extract archives, and compress & decompress files of various formats"
homepage "https://godoc.org/github.com/mholt/archiver"
url "https://github.com/mholt/archiver/releases/download/v3.2.0/arc_mac_amd64"
sha256 "1932ecb8b8dc8492e62a608f436dc6d514c8357e224fd5fe7653bd3266cd67e3"
def install
bin.install "arc_mac_amd64" => "arc"
end
test do
system "arc help"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment