forked from alnux/repo
6 lines
168 B
Text
Executable file
6 lines
168 B
Text
Executable file
git clone https://github.com/ninja-build/ninja/archive/refs/tags/v1.10.2.tar.gz
|
|
tar -xf v1.10.2.tar.gz
|
|
cd v1.10.2
|
|
|
|
./configure.py --bootstrap
|
|
cp -pv ninja "$1"/usr/bin
|