diff options
Diffstat (limited to 'homebrew/rancid/.beer')
-rw-r--r-- | homebrew/rancid/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/rancid/.beer b/homebrew/rancid/.beer new file mode 100644 index 000000000..8c0fb0692 --- /dev/null +++ b/homebrew/rancid/.beer @@ -0,0 +1,22 @@ +{ + "name": "Rancid", + "description": "Really Awesome New Cisco confIg Differ", + "url": "ftp://ftp.shrubbery.net/pub/rancid/rancid-3.7.tar.gz", + "mirror": "https://deb.debian.org/debian/pool/main/r/rancid/rancid_3.8.orig.tar.gz", + "homepage": "https://www.shrubbery.net/rancid/", + "depends": [], + "resource": [], + "conflicts": [ + { + "conflict": "par", + "reason": "both install `par` binaries" + } + ], + "patches": [], + "install": [ + "system \"./configure\", \"--prefix=#{prefix}\", \"--exec-prefix=#{prefix}\", \"--mandir=#{man}\"", + "system \"make\", \"install\"" + ], + "version": "3.7", + "file": "rancid.rb" +}
\ No newline at end of file |