PKGNAME=zellij
PKGSEC=utils
PKGDEP="glibc gcc-runtime"
BUILDDEP="rustc llvm"
PKGDES="A terminal workspace and a terminal multiplexer"

USECLANG=1

# FIXME: lto fail for aws-lc-rs with gcc>=14
# mold: error: undefined symbol: aws_lc_0_29_0_AES_set_decrypt_key
# = note: ld.lld: error: undefined symbol: aws_lc_0_29_0_EVP_parse_private_key
NOLTO=1
