mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
pkg(mono-6.12.0): change to new build system
This commit is contained in:
parent
66fd00e410
commit
51666c2d5a
7 changed files with 32 additions and 34 deletions
16
packages/mono-6.12.0/build.sh
vendored
Executable file
16
packages/mono-6.12.0/build.sh
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p build/tmp build/mono
|
||||
cd build
|
||||
|
||||
curl "https://download.mono-project.com/sources/mono/mono-6.12.0.122.tar.xz" -o mono.tar.xz
|
||||
tar xf mono.tar.xz --strip-components=1 -C mono
|
||||
|
||||
cd mono
|
||||
|
||||
./configure --prefix /piston/packages/mono/6.12.0/mono-6.12.0
|
||||
|
||||
make
|
||||
DESTDIR=build/tmp make install
|
||||
|
||||
mv build/tmp/piston/packages/mono/6.12.0/mono-6.12.0 ../../output
|
Loading…
Add table
Add a link
Reference in a new issue