Compare commits
No commits in common. "afa0d66f27c8f55af753f253725941d45b6efa60" and "8dbb686606ac52a6ad93d8a0a02866adf3c97f85" have entirely different histories.
afa0d66f27
...
8dbb686606
4 changed files with 6 additions and 16 deletions
|
@ -1,7 +1,8 @@
|
||||||
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
|
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
|
||||||
untar -xf clang-12.0.1.src.tar.xz
|
tar -xf clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz
|
||||||
cd clang-12.0.1.src
|
cd clang+llvm-12.0.0-x86_64-linux-gnu-ubuntu-20.04
|
||||||
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
cd OBJ_ROOT
|
||||||
|
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
|
||||||
make
|
make
|
||||||
make install DESTDIR="$1"
|
make install DESTDIR="$1"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
wget -O openrc-0.43.3.tar.gz https://github.com/OpenRC/openrc/archive/refs/tags/0.43.3.tar.gz
|
|
||||||
tar -xf openrc-0.43.3.tar.gz
|
|
||||||
cd openrc-0.43.3
|
|
||||||
make
|
|
||||||
make install BRANDING=\"Alnux/$(uname -s)\" SH=/bin/sh DESTDIR="$1"/sbin/openrc PREFIX="$1"
|
|
||||||
cat tmpfs /tmp tmpfs rw,nosuid,noatime,nodev,size=20G,mode=1777 0 0 > "$1"/etc/fstab
|
|
|
@ -1,5 +0,0 @@
|
||||||
pkg_config_deploy=true
|
|
||||||
pkg_config_ver="0.43.3"
|
|
||||||
pkg_config_name="openrc"
|
|
||||||
pkg_config_makedepends=""
|
|
||||||
pkg_config_depends="make"
|
|
Loading…
Reference in a new issue