homebrew-core/Formula/docker-clean.rb

17 lines
435 B
Ruby

class DockerClean < Formula
desc "Clean Docker containers, images, networks, and volumes"
homepage "https://github.com/ZZROTDesign/docker-clean"
url "https://github.com/ZZROTDesign/docker-clean/archive/v2.0.4.tar.gz"
sha256 "4b636fd7391358b60c05b65ba7e89d27eaf8dd56cc516f3c786b59cadac52740"
bottle :unneeded
def install
bin.install "docker-clean"
end
test do
system "#{bin}/docker-clean", "--help"
end
end