From e421f59bf40b54abb2ef19b850e674c8dc2a7a0a Mon Sep 17 00:00:00 2001 From: Jeremy Larkin Date: Thu, 7 Jan 2010 13:15:11 -0500 Subject: Added formula for peg/leg 0.1.4 The formula patches the Makefile to enable simpler installation of the programs and to install the manual file. Signed-off-by: Adam Vandenberg Use brew install functions instead of patch. --- Library/Formula/peg.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/peg.rb (limited to 'Library/Formula') diff --git a/Library/Formula/peg.rb b/Library/Formula/peg.rb new file mode 100644 index 000000000..860edcff7 --- /dev/null +++ b/Library/Formula/peg.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Peg