No description
  • JavaScript 69.4%
  • Shell 30.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
clem 6f9554f42a
All checks were successful
build-test / build (push) Successful in 1m2s
Update README.md
2026-08-27 16:44:59 +02:00
.forgejo/workflows ci(release): check tag pkgrel 2026-08-27 14:32:44 +00:00
patches add: logique de build pacman package 2026-08-26 15:44:40 +00:00
.gitignore add: logique de build pacman package 2026-08-26 15:44:40 +00:00
cliff.toml ci(release): add step to release 2026-08-27 10:15:01 +00:00
ida-pro.desktop feat(desktop): improve desktop 2026-08-27 14:37:17 +00:00
PKGBUILD feat(desktop): improve desktop 2026-08-27 14:37:17 +00:00
README.md Update README.md 2026-08-27 16:44:59 +02:00

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