PKGNAME=7-zip
PKGSEC=utils
PKGDEP="gcc-runtime glibc"
# Note: For amd64 and i486, 7-zip uses MASM syntax, which requires asmc to compile
# For arm64, 7-zip intentionally use GAS syntax so we don't need extra compilers
BUILDDEP__AMD64="asmc"
BUILDDEP__I486="asmc"
PKGDES="Archive manager with support for multiple formats"

PKGBREAK="p7zip<=17.05-2"
PKGREP="p7zip<=17.05-2"

FAIL_ARCH="!(mainline|retro)"
