EDIT: Since version 5.9.60 radium supports LLVM8 natively, making this binary redundant.
For your convenience (llvm can take really long to build), I have binaries for the LLVM version required for this package on gist.~~
Quick way to get this dependency before installing radium:
curl -OL https://gist.github.com/Teteros/f6560b1a6d0deb835e3f40c2f5e8ee58/archive/master.tar.gz && tar xvzf master.tar.gz && sudo pacman -U *-master/llvm40-*.tar.xz
If your pacman.conf requires all packages to be signed, you can add my key for this package to your keyrings with:
curl -sS https://github.com/Teteros.gpg | gpg --import # for .gnupg keyring
curl -sS https://github.com/Teteros.gpg | sudo pacman-key --add - # for pacman keyring
sudo pacman-key --lsign-key teteros # to trust key in pacman store
Pinned Comments