From 23a3d05dedcdf4da839d82fb22aeb4718e4fbcd0 Mon Sep 17 00:00:00 2001 From: Joshua Priddle Date: Wed, 8 Sep 2010 23:08:48 -0400 Subject: New formula: UGGCONV (Universal Game Genie Code Convertor) The uggconv utility converts between the codes used by the various incarnations of the Galoob Game Genie and address:value pairs (with check bytes where appropriate). It is universal in the sense that all existing Game Genie systems are supported: Game Boy, Game Gear, Megadrive (Genesis), NES, and SNES. Signed-off-by: Adam Vandenberg --- Library/Formula/uggconv.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/uggconv.rb (limited to 'Library') diff --git a/Library/Formula/uggconv.rb b/Library/Formula/uggconv.rb new file mode 100644 index 000000000..43f7fbbed --- /dev/null +++ b/Library/Formula/uggconv.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Uggconv < Formula + url 'http://wyrmcorp.com/software/uggconv/uggconv-1.0.tar.gz' + homepage 'http://wyrmcorp.com/software/uggconv/index.shtml' + md5 '97b479b2fb761c9dbd7718b0ec71d068' + + def install + system "make" + bin.install 'uggconv' + man1.install 'uggconv.1' + end +end -- cgit v1.2.3