rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / rust / cargo-c / Makefile
blobfd07baaa4d23ce114ac679130257805437b4fee4
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
16 BUILD_STYLE = cargo
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME = cargo-c
21 HUMAN_VERSION = 0.10.7+cargo-0.84.0
22 COMPONENT_SUMMARY = Helper program to build and install c-like libraries
23 COMPONENT_ARCHIVE_HASH = \
24 sha256:333b19a1a1dc397a8b4eec0a9a48af214637f1e2b87a2526273ebdf36729ea12
25 COMPONENT_FMRI = developer/cargo-c
26 COMPONENT_CLASSIFICATION = Development/Other Languages
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # Auto-generated dependencies
33 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
34 REQUIRED_PACKAGES += $(OPENSSL_PKG)
35 REQUIRED_PACKAGES += library/libgit2
36 REQUIRED_PACKAGES += library/zlib
37 REQUIRED_PACKAGES += system/library
38 REQUIRED_PACKAGES += system/library/math
39 REQUIRED_PACKAGES += web/curl