homebrew-core/Formula/docker-machine-nfs.rb
ilovezfs 56555df7be docker-machine-nfs 0.3.1
Closes #6142.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-10-21 07:33:18 -07:00

16 lines
449 B
Ruby

class DockerMachineNfs < Formula
desc "Activates NFS on docker-machine"
homepage "https://github.com/adlogix/docker-machine-nfs"
url "https://github.com/adlogix/docker-machine-nfs/archive/0.3.1.tar.gz"
sha256 "260d47082e553a539145f026cc8a05db11f3c70355fd71ec819e33dcd3843e6e"
bottle :unneeded
def install
bin.install "docker-machine-nfs.sh" => "docker-machine-nfs"
end
test do
system "#{bin}/docker-machine-nfs"
end
end