... clang removed

This commit is contained in:
Ohio2 2021-07-11 14:39:52 +02:00
parent 935b4543e4
commit 2549a43d6a
2 changed files with 0 additions and 12 deletions

View file

@ -1,7 +0,0 @@
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
untar -xf clang-12.0.1.src.tar.xz
cd clang-12.0.1.src
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
make
make install DESTDIR="$1"

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="12.0.0"
pkg_config_name="clang"
pkg_config_makedepends="cmake"
pkg_config_depends=""