From d92f91f4cecdd2292a27136141bf99f2076d7449 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 5 Oct 2024 17:06:09 +0200 Subject: libuv: add new package at 1.49.0 --- extra/libuv/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 extra/libuv/build (limited to 'extra/libuv/build') diff --git a/extra/libuv/build b/extra/libuv/build new file mode 100755 index 00000000..65a28cd5 --- /dev/null +++ b/extra/libuv/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib + +cmake --build build +cmake --install build -- cgit v1.2.3