| .. | ||
| make.bat | ||
| RadareOrg.Radare2.yaml | ||
| README.md | ||
Radare2 Winget Package
This directory contains the necessary files to build and package Radare2 for Windows using Winget.
Building the Package
-
Run
preconfigure.batto set up the build environment. -
Run
configure.batormeson setup --buildtype release bto configure the build. -
Run
make.batin this directory to build Radare2 and create the zip package.
Creating the Winget Manifest
-
Upload the generated
radare2-6.0.7-w64.zipto a release on GitHub or another hosting service. -
Calculate the SHA256 hash of the zip file:
certutil -hashfile radare2-6.0.7-w64.zip SHA256 -
Update the
InstallerSha256inRadareOrg.Radare2.yamlwith the calculated hash. -
Update the
InstallerUrlif necessary.
Submitting to Winget
-
Fork the winget-pkgs repository.
-
Create the directory structure:
manifests/r/RadareOrg/Radare2/6.0.7/ -
Place the
RadareOrg.Radare2.yamlfile in that directory. -
Submit a pull request.
For more information, see the Winget documentation.