Meta Configuration of Package pkg2zip

14
 
1
<package name="pkg2zip" project="Extra">
2
  <title>Decrypts PlayStation Vita pkg file and packages to zip archive</title>
3
  <description>Utility that decrypts PlayStation Vita pkg file and creates zip package. Supported pkg files - main application, DLC, patch and PSM files. Supports also PSX files for use with Adrenaline.
4
5
Optionally writes NoNpDrm or NoPsmDrm fake license file from zRIF string. You must provide license key.
6
7
</description>
8
  <build>
9
    <disable arch="aarch64"/>
10
    <disable arch="armv7l"/>
11
  </build>
12
  <url>https://github.com/lusid1/pkg2zip</url>
13
</package>
14