diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 17:06:09 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 17:06:29 +0200 |
commit | d92f91f4cecdd2292a27136141bf99f2076d7449 (patch) | |
tree | 642b95a5e0d87a3841a27f6d8fbbcf2e5681caef | |
parent | ed3b3c8948b3d80bc86e2ae1fb3cd2d03a59572b (diff) | |
download | repository-d92f91f4cecdd2292a27136141bf99f2076d7449.tar.gz |
libuv: add new package at 1.49.0
-rwxr-xr-x | extra/libuv/build | 10 | ||||
-rw-r--r-- | extra/libuv/checksums | 2 | ||||
-rw-r--r-- | extra/libuv/depends | 1 | ||||
-rw-r--r-- | extra/libuv/meta | 3 | ||||
-rw-r--r-- | extra/libuv/sources | 1 | ||||
-rw-r--r-- | extra/libuv/version | 1 |
6 files changed, 18 insertions, 0 deletions
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 diff --git a/extra/libuv/checksums b/extra/libuv/checksums new file mode 100644 index 00000000..d0251ccf --- /dev/null +++ b/extra/libuv/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +5b1103c6f44df233f2de0c66d0a88f88b6a1cf18522eb1a3ab2b99984efd932e libuv-v1.49.0.tar.gz diff --git a/extra/libuv/depends b/extra/libuv/depends new file mode 100644 index 00000000..7d91ec22 --- /dev/null +++ b/extra/libuv/depends @@ -0,0 +1 @@ +cmake make diff --git a/extra/libuv/meta b/extra/libuv/meta new file mode 100644 index 00000000..762209e2 --- /dev/null +++ b/extra/libuv/meta @@ -0,0 +1,3 @@ +description: Multi-platform support library with a focus on asynchronous I/O +license: MIT, BSD-2-Clause, ISC +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libuv/sources b/extra/libuv/sources new file mode 100644 index 00000000..54d99f85 --- /dev/null +++ b/extra/libuv/sources @@ -0,0 +1 @@ +https://dist.libuv.org/dist/v1.49.0/libuv-v1.49.0.tar.gz diff --git a/extra/libuv/version b/extra/libuv/version new file mode 100644 index 00000000..4f719e4a --- /dev/null +++ b/extra/libuv/version @@ -0,0 +1 @@ +1.49.0 1 |