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 From 0d9158961fede526cee979e4ae29e8b521c7726b Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 20 Apr 2018 18:43:52 -0700 Subject: [libqrencode] Use SOURCE_PATH --- ports/libqrencode/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/libqrencode/CONTROL') diff --git a/ports/libqrencode/CONTROL b/ports/libqrencode/CONTROL index 0e96c99a9..056d6a92b 100644 --- a/ports/libqrencode/CONTROL +++ b/ports/libqrencode/CONTROL @@ -1,4 +1,4 @@ Source: libqrencode -Version: 4.0.0-1 +Version: 4.0.0-2 Build-Depends: libpng, libiconv Description: libqrencode - a fast and compact QR Code encoding library -- cgit v1.2.3