pkg(lolcode-0.11.2): Shift to cmake/make rather then running install.py
This commit is contained in:
parent
7744eea459
commit
228880ba9b
|
@ -7,7 +7,9 @@ git clone https://github.com/justinmeza/lci.git lolcode
|
||||||
cd lolcode
|
cd lolcode
|
||||||
|
|
||||||
# Building and installing lolcode
|
# Building and installing lolcode
|
||||||
./install.py --prefix="$PREFIX"
|
cmake -DCMAKE_INSTALL_PREFIX:STRING="$PREFIX" .
|
||||||
|
make -j$(nproc)
|
||||||
|
make install -j$(nproc)
|
||||||
|
|
||||||
# Cleaning up
|
# Cleaning up
|
||||||
cd ../ && rm -rf lolcode
|
cd ../ && rm -rf lolcode
|
||||||
|
|
Loading…
Reference in New Issue