Navigation Menu

Skip to content

Commit

Permalink
vpcs 0.6 (new formula)
Browse files Browse the repository at this point in the history
The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or
ping/traceroute the other hosts/routers from the virtual PCs when you
study the Cisco routers in the Dynamips. VPCS is not the traditional PC,
it is just a program running on the Linux or Windows, and only few
network commands can be used in it. But VPCS can give you a big hand
when you study the Cisco devices in the Dynamips. VPCS can replace the
routers or VMware boxes which are used as PCs in the Dynamips network.

Closes Homebrew/legacy-homebrew#35311.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
julien-duponchelle authored and MikeMcQuaid committed Dec 29, 2014
1 parent a634d8d commit 4d0bfb1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/vpcs.rb
@@ -0,0 +1,16 @@
class Vpcs < Formula
homepage "http://vpcs.sourceforge.net/"
url "https://downloads.sourceforge.net/project/vpcs/0.6/vpcs-0.6-src.tbz"
sha1 "6ecdc42f3026286ff6decd588a08898b52ec558f"

def install
cd "src" do
system "make", "-f", "Makefile.osx"
bin.install "vpcs"
end
end

test do
system "vpcs", "--version"
end
end

0 comments on commit 4d0bfb1

Please sign in to comment.