Add bash, remove clang, fix gcc. #15

Merged
hippoz merged 4 commits from Ohio2/repo:master into master 2021-07-11 15:50:31 +03:00
2 changed files with 0 additions and 12 deletions
Showing only changes of commit 2549a43d6a - Show all commits

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=""