mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(lolcode-0.11.2): Shift to cmake/make rather then running install.py
This commit is contained in:
parent
7744eea459
commit
228880ba9b
1 changed files with 4 additions and 2 deletions
6
packages/lolcode/0.11.2/build.sh
vendored
6
packages/lolcode/0.11.2/build.sh
vendored
|
@ -7,7 +7,9 @@ git clone https://github.com/justinmeza/lci.git lolcode
|
|||
cd lolcode
|
||||
|
||||
# Building and installing lolcode
|
||||
./install.py --prefix="$PREFIX"
|
||||
cmake -DCMAKE_INSTALL_PREFIX:STRING="$PREFIX" .
|
||||
make -j$(nproc)
|
||||
make install -j$(nproc)
|
||||
|
||||
# Cleaning up
|
||||
cd ../ && rm -rf lolcode
|
||||
cd ../ && rm -rf lolcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue