Created
October 11, 2019 02:40
-
-
Save zph/06bc7db9f895114ec63c284a6d8270b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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