          MODULE=unshield
         VERSION=1.6.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/twogood/unshield/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:a937ef596ad94d16e7ed2c8553ad7be305798dcdcfd65ae60210b1e54ab51a2f
        WEB_SITE=https://github.com/twogood/unshield
            TYPE=cmake
         ENTERED=20071126
         UPDATED=20250403
           SHORT="InstallShield CAB file unzipper"
cat << EOF
Works on both little-endian and big-endian systems
Separate the implementation in a tool and a library
Support InstallShield versions 5 and later
Be able to list contents of InstallShield Cabinet Files
Be able to extract files from InstallShield Cabinet Files
Uses a well known open source license (MIT)

There are two types of .CAB files: InstallShield cabinet files and Microsoft
cabinet files. Unshield only supports the InstallShield cabinets, usually
named data1.cab, data1.hdr, data2.cab, etc.
EOF
