From a0b2767175c20dc446c22a9ce30ed1874d72acdf Mon Sep 17 00:00:00 2001 From: Anatoly Shirokov Date: Thu, 21 Dec 2017 10:37:02 +0300 Subject: Added port libqrencode - a fast and compact QR Code encoding library (#2372) * https://github.com/Microsoft/vcpkg/issues/2363 * libqrencode: Added necessary new line at end of CONTROL, portfile.cmake, usage files. Added copying the usage file in portfile.cmake, and removed unnecessary DBUILD_SHARED_LIBS as remarked @ras0219-msft * [libqrencode] Adjust usage to match other packages --- ports/libqrencode/CONTROL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ports/libqrencode/CONTROL (limited to 'ports/libqrencode/CONTROL') diff --git a/ports/libqrencode/CONTROL b/ports/libqrencode/CONTROL new file mode 100644 index 000000000..0e96c99a9 --- /dev/null +++ b/ports/libqrencode/CONTROL @@ -0,0 +1,4 @@ +Source: libqrencode +Version: 4.0.0-1 +Build-Depends: libpng, libiconv +Description: libqrencode - a fast and compact QR Code encoding library -- cgit v1.2.3