No description
- JavaScript 69.4%
- Shell 30.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| patches | ||
| .gitignore | ||
| cliff.toml | ||
| ida-pro.desktop | ||
| PKGBUILD | ||
| README.md | ||
ida-pro (Arch package)
Builds an Arch ida-pro package from the Hex-Rays .run installer (stored
in the Forgejo generic registry), patched via patches/, and published to
the Forgejo Arch registry.
Install / update (user side)
# Add trust certificate for pacman:
wget -O sign.gpg https://git.xyz.bzh/api/packages/software/arch/repository.key
pacman-key --add sign.gpg
pacman-key --lsign-key 'software@noreply.git.xyz.bzh'
# Add to /etc/pacman.conf:
[software.git.xyz.bzh]
SigLevel = Required
Server = https://git.xyz.bzh/api/packages/software/arch/ida-bin/$arch
# Then:
pacman -Sy ida-pro