* updated yet more dir-less .cache DEPs
[t2sde.git] / package / rust / cargo-c / cargo-c.desc
blob8bf0ba8c32fdf77f4dc5d310a3a597e9c2b8b4d3
1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/cargo-c/cargo-c.desc
3 [COPY] Copyright (C) 2023 - 2025 The T2 SDE Project
4 [COPY] SPDX-License-Identifier: GPL-2.0
5 [COPY] --- T2-COPYRIGHT-END ---
7 [I] Cargo applet to build C-ABI compatible libraries
9 [T] cargo applet to build and install C-ABI compatible dynamic and static
10 [T] libraries. It produces and installs a correct pkg-config file, a
11 [T] static library and a dynamic library, and a C header to be used
12 [T] by any C (and C-compatible) software.
14 [U] https://github.com/lu-zero/cargo-c/
16 [A] Luca Barbato <lu_zero@gentoo.org>
17 [M] NoTag <notag@t2sde.org>
19 [C] base/tool
20 [E] add libssh2
21 [E] add libgit2
23 [L] GPL
24 [S] Beta
25 [V] 0.10.9
26 [P] X -----5---9 140.000
28 [O] export OPENSSL_DIR="$root/$prefix"
29 # why does cargo not find & use them itself?
30 [O] var_append GCC_WRAPPER_APPEND ' ' -c?:-lgit2
31 [O] var_append GCC_WRAPPER_APPEND ' ' -c?:-lsqlite3
32 [O] var_append GCC_WRAPPER_APPEND ' ' -c?:-lssh2
34 [D] e9132d525ea2c7db27fc1d50af4369c01688033829538d05dc6b6a41 cargo-c-0.10.9.tar.gz https://github.com/lu-zero/cargo-c/archive/v0.10.9/