From ce699ec62eaec2c3edc7e3acc40d7c6b7eaea44c Mon Sep 17 00:00:00 2001 From: Oliver Baum Date: Sun, 4 Nov 2012 21:19:53 +0100 Subject: New formula: chordii chordii is a tool used to create "nice-looking" song sheets in PostScript format out of ASCII input. chordii is the succesor of the tool "chord" created in the early 90ies of the last century. ITworld mentions Chordii as one of the 10 best (unknown) open source projects. Closes #15851. Signed-off-by: Jack Nagel --- Library/Formula/chordii.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/chordii.rb (limited to 'Library/Formula') diff --git a/Library/Formula/chordii.rb b/Library/Formula/chordii.rb new file mode 100644 index 000000000..46b65366a --- /dev/null +++ b/Library/Formula/chordii.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Chordii < Formula + homepage 'http://www.vromans.org/johan/projects/Chordii/' + url 'http://downloads.sourceforge.net/project/chordii/chordii/4.3/chordii-4.3.tar.gz' + sha1 '4f959aee0db7c80f2c55441b93fe1a9abdbcdca3' + + def install + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3