From 87574063890daffeeb97b4ed1ecf1e7f3e375950 Mon Sep 17 00:00:00 2001 From: Jacob Harris Date: Wed, 30 Sep 2009 15:48:04 -0400 Subject: Libqrencode formula A C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. --- Library/Formula/libqrencode.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/libqrencode.rb (limited to 'Library/Formula/libqrencode.rb') diff --git a/Library/Formula/libqrencode.rb b/Library/Formula/libqrencode.rb new file mode 100644 index 000000000..b5e6f83fb --- /dev/null +++ b/Library/Formula/libqrencode.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Libqrencode