aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/abcm2ps.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/Library/Formula/abcm2ps.rb b/Library/Formula/abcm2ps.rb
new file mode 100644
index 000000000..2d7dac66b
--- /dev/null
+++ b/Library/Formula/abcm2ps.rb
@@ -0,0 +1,16 @@
+require 'formula'
+
+class Abcm2ps < Formula
+ homepage 'http://moinejf.free.fr'
+ url 'http://moinejf.free.fr/abcm2ps-6.6.22.tar.gz'
+ sha1 'a59dad019320e5931f54cf3788bc19d4e095f836'
+
+ def install
+ system "./configure", "--prefix=#{prefix}"
+ system "make install"
+ end
+
+ test do
+ system "abcm2ps"
+ end
+end