Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
03fd1e 1 #
CG 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2022 Carsten Grzemba
13 #
14
1298f8 15 BUILD_STYLE= justmake
03fd1e 16 include ../../../make-rules/shared-macros.mk
CG 17
18 COMPONENT_NAME=        argon2
19 COMPONENT_VERSION=    20190702
1298f8 20 COMPONENT_REVISION=    1
03fd1e 21 COMPONENT_SUMMARY=     Argon2 is a password-hashing function that can be used to hash passwords for credential storage, key derivation, or other applications
1298f8 22 COMPONENT_PROJECT_URL=    https://github.com/P-H-C/phc-winner-argon2
03fd1e 23 COMPONENT_SRC=        phc-winner-$(COMPONENT_NAME)-$(COMPONENT_VERSION)
CG 24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_URL=    https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
1298f8 26 COMPONENT_ARCHIVE_HASH= sha256:daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c
03fd1e 27 COMPONENT_FMRI= security/argon2
CG 28 COMPONENT_CLASSIFICATION= Applications/System Utilities
1298f8 29 COMPONENT_LICENSE=    Apache2
03fd1e 30 COMPONENT_LICENSE_FILE=LICENSE
CG 31
32 include $(WS_MAKE_RULES)/common.mk
33
34 COMPONENT_TEST_TARGETS= test
35
36 # Auto-generated dependencies
37 REQUIRED_PACKAGES += system/library