QuaZIP source 0.8.1

Full internal name:net.sourceforge.quazip.QuaZIPSource
Project site:https://github.com/stachenov/quazip
Screen shots:
Download: Download QuaZIP source 0.8.1

https://github.com/stachenov/quazip/archive/v0.8.1.zip

VirusTotal results
Change log:https://github.com/stachenov/quazip/blob/master/NEWS.txt
Description:

Qt based library to access ZIP archives (source code)

License:LGPLv2.1
Version:0.8.1
SHA-1 or SHA-256:c95063f9e25e65349e045cf68ad258c783f7cfcd6438289289e754017330b869
Type:zip
Dependencies:
Tags:libs
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b quazip*') do set name=%%x
cd "%name%"        
for /f "delims=" %%a in ('dir /b') do (
  move "%%a" ..
)
cd ..
rmdir "%name%"
.Npackd\Build.bat:
rem copy sources
xcopy "%npackd_package_dir%" src /E /I /Q
if %errorlevel% neq 0 exit /b %errorlevel%

if "%npackd_output_package%" equ "quazip-dev-x86_64-w64_seh_posix_8.2-qt_5.12-static" (goto x86_64) else (goto i686)

rem configure 64 bit
:x86_64
set path=C:\msys64\mingw64\bin
cd src
C:\msys64\mingw64\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC
if %errorlevel% neq 0 exit /b %errorlevel%
goto build

rem configure 32 bit
:i686
set path=C:\msys64\mingw32\bin
cd src
C:\msys64\mingw32\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC
if %errorlevel% neq 0 exit /b %errorlevel%
goto build

rem build
:build
mingw32-make
if %errorlevel% neq 0 exit /b %errorlevel%

rem copy the created libraries
cd ..
mkdir lib
if %errorlevel% neq 0 exit /b %errorlevel%
copy src\quazip\release\*.a lib
if %errorlevel% neq 0 exit /b %errorlevel%

rem copy the include files
mkdir include
if %errorlevel% neq 0 exit /b %errorlevel%
copy src\quazip\*.h include
if %errorlevel% neq 0 exit /b %errorlevel%
		
Last modified:Fri Jul 26 22:24:42 UTC 2019
Last modified by:tim.lebedk...
Created:Fri Jul 26 22:24:26 UTC 2019
Created by:tim.lebedk...
Automated tests:6 of 6 installations succeeded, 6 of 6 removals succeeded