From 7a1ac6fbbd944c8226d2abac57a2c0e0ec26aa05 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 10 May 2010 20:08:05 -0400 Subject: Add Formula For libdmtx open source software for reading and writing Data Matrix 2D barcodes Signed-off-by: Adam Vandenberg --- Library/Formula/libdmtx.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/libdmtx.rb (limited to 'Library') diff --git a/Library/Formula/libdmtx.rb b/Library/Formula/libdmtx.rb new file mode 100644 index 000000000..030c33cde --- /dev/null +++ b/Library/Formula/libdmtx.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Libdmtx